window_rails 0.2.6 → 0.2.7

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 CHANGED
@@ -1,3 +1,6 @@
1
+ == v0.2.7
2
+ * Remove content holder element after window has been closed to prevent orphaned content
3
+
1
4
  == v0.2.6
2
5
  * Fixes for #link_to_window
3
6
 
@@ -13,5 +13,5 @@ module WindowRails
13
13
  end
14
14
  end
15
15
 
16
- VERSION = Version.new('0.2.6')
16
+ VERSION = Version.new('0.2.7')
17
17
  end
@@ -233,6 +233,7 @@ module WindowRailsGenerators
233
233
  jQuery('##{win}').dialog('destroy');
234
234
  window.window_rails_windows['#{win}'] = null;
235
235
  jQuery('##{win}').remove();
236
+ jQuery('##{win}_wr_content').remove();
236
237
  }"
237
238
  unless(win.is_a?(String))
238
239
  win = win.to_s
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 6
10
- version: 0.2.6
9
+ - 7
10
+ version: 0.2.7
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-11-22 00:00:00 -08:00
18
+ date: 2011-12-01 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency