recordselect 3.4.10 → 3.4.11
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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/jquery/record_select.js +1 -1
- data/lib/record_select/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f8241ba367acf2b2151bb35bdcfcd1ea6a1d5fe
|
|
4
|
+
data.tar.gz: 36c44b847f2a950bdf7099a3a58d7bc5261e2c79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9e89244a1a7d8c969a3deb2bc38666b0d6321af378d0a6f8b32d7c142ae5a535f2c71fb9aa9c350d2d5dbeff51a496812805ad149f93db631abf79090132e52
|
|
7
|
+
data.tar.gz: 8ac3d2ecf27a72ca83f227925c1a80574e6b9dc2c317a0b661962b16213fe9a15c0caf4e240a3eec764cd19955ddf51e1954fa1fceda6813f27a822aa4699b7c
|
|
@@ -222,7 +222,7 @@ RecordSelect.Abstract = Class.extend({
|
|
|
222
222
|
_this.container.find('.text-input').val(_this.obj.val());
|
|
223
223
|
RecordSelect.observe(_this.container.find('form').attr('id'));
|
|
224
224
|
_this.container.hide(); // needed to get right document height to position first time
|
|
225
|
-
if (text.length >=
|
|
225
|
+
if (text.length >= _this.min_length) _this.show();
|
|
226
226
|
jQuery(document.body).mousedown(jQuery.proxy(_this, "onbodyclick"));
|
|
227
227
|
}
|
|
228
228
|
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: recordselect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.4.
|
|
4
|
+
version: 3.4.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sergio Cambra
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2016-03-
|
|
13
|
+
date: 2016-03-16 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: shoulda
|