noodall-ui 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
data/lib/noodall/ui/version.rb
CHANGED
@@ -276,7 +276,7 @@ var Component = {
|
|
276
276
|
add_asset: function(asset_id) {
|
277
277
|
file_form = Component.slot_form.find('.multi-file:last').first().clone();
|
278
278
|
file_form.prepend(Browser.assets_to_add_html[asset_id]);
|
279
|
-
file_form.find('.asset_id').val(asset_id);
|
279
|
+
file_form.find('.asset_id').first().val(asset_id);
|
280
280
|
Component.slot_form.find('.multi-file-files ol li:last').before(file_form); // Before the last as the last is the hidden emtpty
|
281
281
|
// enable all form fields
|
282
282
|
file_form.find('input').removeAttr('disabled');
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: noodall-ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 1
|
10
|
+
version: 0.3.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Steve England
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-03-
|
18
|
+
date: 2011-03-14 00:00:00 +00:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|