ideyabox 0.1.11 → 0.1.12

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.
@@ -16,12 +16,12 @@ $(document).ready(function(){
16
16
  $("ol.sortable ol").hide();
17
17
 
18
18
 
19
- $('.zebra th a').live('click', function () {
19
+ $('body').on('click', '.zebra th a', function () {
20
20
  $.getScript(this.href);
21
21
  return false;
22
22
  });
23
23
 
24
- $('.visibility a, .toggleshow').live('click', function(e){
24
+ $('body').on('click','.visibility a, .toggleshow', function(e){
25
25
  e.preventDefault();
26
26
  $(this).find('i').toggleClass('icon-eye-open').toggleClass('icon-eye-close not-work');
27
27
 
@@ -1,3 +1,3 @@
1
1
  module Ideyabox
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ideyabox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: