caboose-cms 0.2.2 → 0.2.4

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.
@@ -12,6 +12,3 @@
12
12
  //
13
13
  //= require jquery
14
14
  //= require jquery_ujs
15
- //= require jquery.ui.all
16
- //= require tinymce-jquery
17
- //= require modeljs.all
@@ -12,13 +12,13 @@ $(document).ready(function() {
12
12
  });
13
13
 
14
14
  // Make the subnav links take over the entire page instead of just the iframe
15
- //$('#station ul li ul li a').each(function(i, a) {
16
- // var href = $(a).attr('href');
17
- // $(a).click(function(event) {
18
- // event.preventDefault();
19
- // parent.window.location = href;
20
- // })
21
- //});
15
+ $('#station ul li ul li a').each(function(i, a) {
16
+ var href = $(a).attr('href');
17
+ $(a).click(function(event) {
18
+ event.preventDefault();
19
+ parent.window.location = href;
20
+ })
21
+ });
22
22
 
23
23
  });
24
24
 
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: