active-list 4.1.1 → 4.1.2

Sign up to get free protection for your applications and to get access to all the features.
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: