window_rails 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.rdoc +3 -0
- data/lib/window_rails/version.rb +1 -1
- data/lib/window_rails/window_rails_generators.rb +3 -2
- metadata +4 -4
data/CHANGELOG.rdoc
CHANGED
data/lib/window_rails/version.rb
CHANGED
@@ -246,7 +246,7 @@ module WindowRailsGenerators
|
|
246
246
|
jQuery('body').append('<div id=\"window_rails_windows\" style=\"visibility:hidden;display:none;\"></div>');
|
247
247
|
}
|
248
248
|
if(jQuery('##{win}').size() == 0){
|
249
|
-
jQuery('#window_rails_windows').append('<div id=\"#{win}\"></div>');
|
249
|
+
jQuery('#window_rails_windows').append('<div id=\"#{win}\"><div id=\"#{win}_wr_content\"></div></div>');
|
250
250
|
}
|
251
251
|
window.window_rails_windows['#{win}'] = jQuery('##{win}');
|
252
252
|
window.window_rails_windows_array.push('#{win}');
|
@@ -261,7 +261,8 @@ module WindowRailsGenerators
|
|
261
261
|
.html(data)
|
262
262
|
.dialog(#{format_type_to_js(options)})
|
263
263
|
.dialog('open');
|
264
|
-
}
|
264
|
+
},
|
265
|
+
'script'
|
265
266
|
)
|
266
267
|
"
|
267
268
|
else
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: window_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 6
|
10
|
+
version: 0.2.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Chris Roberts
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-11-22 00:00:00 -08:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|