active-list 4.1.1 → 4.1.2

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/VERSION CHANGED
@@ -1 +1 @@
1
- 4.1.1
1
+ 4.1.2
@@ -125,4 +125,12 @@
125
125
  });
126
126
 
127
127
 
128
+ // Adds title attribute based on link name
129
+ $(document).on('hover', 'div[data-list-source] tbody tr td.act a', function (event) {
130
+ var element = $(this), title = element.attr('title');
131
+ if (title === null || title === undefined) {
132
+ element.attr('title', element.html());
133
+ }
134
+ });
135
+
128
136
  })(jQuery);
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: active-list
3
3
  version: !ruby/object:Gem::Version
4
4
  version: !binary |-
5
- NC4xLjE=
5
+ NC4xLjI=
6
6
  prerelease:
7
7
  platform: ruby
8
8
  authors: