recordselect 3.4.2 → 3.4.3
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 +2 -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: a59080a3fff262010bdf955595fcddfc4cb67173
|
|
4
|
+
data.tar.gz: b70d940e7d39c755735093f4ee26dc6d6c7b6778
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0f55fbe3e91586aff286610654bfd4b0b3434cea933a6b8c3c2a35c0ed94dc6c3a660d2f9ff9553f9a24b1b7337ce76eecf790b9d4f8321b6b5a460b119baab
|
|
7
|
+
data.tar.gz: c6d2bf0af291dbff1638a95d8173463ae4901acda71d5a74b518f253a5c0e1e98400e7052b7232e404746c31cd91028bbf5718874bd036aa85b68b24d016e102
|
|
@@ -395,7 +395,8 @@ RecordSelect.Dialog = RecordSelect.Abstract.extend({
|
|
|
395
395
|
if (this.options.onselect(id, value, text) != false) this.close();
|
|
396
396
|
},
|
|
397
397
|
|
|
398
|
-
toggle: function() {
|
|
398
|
+
toggle: function(e) {
|
|
399
|
+
e.preventDefault();
|
|
399
400
|
if (this.is_open()) this.close();
|
|
400
401
|
else this.open();
|
|
401
402
|
}
|
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.3
|
|
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: 2014-12-
|
|
13
|
+
date: 2014-12-30 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: shoulda
|