combo_auto_box 0.0.33 → 0.0.34
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/lib/combo_auto_box/version.rb +1 -1
- data/vendor/assets/javascripts/combo-auto-box.js +2 -2
- 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: 81c3c4795c0140347fe82d2dd4042fa8babb8ce5
|
|
4
|
+
data.tar.gz: d1c8c73eba8fccd315c1afdebe31af1f489be83b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab8eaf5549c8f726a7f9df6409f0d0e7f0d009de821615854d78a48120842e954440f16f09774ae7783ea9e14ca103e67d9e4ccf6c4b77a5cb80883bf5c845fc
|
|
7
|
+
data.tar.gz: 76a1d67e604948896177bf31c8d6d0257394724ecf6f08011bfa9e4f8cf6fb83bd8da1768ded8f231e25dedd45211565f51f5fb7781df25730ff7a1ccf042a63
|
|
@@ -511,7 +511,7 @@ var ComboAutoBox = {
|
|
|
511
511
|
'<div class="modal-body">' +
|
|
512
512
|
'<div class="list-group" style="overflow:auto;height:440px"></div>' +
|
|
513
513
|
'</div>' +
|
|
514
|
-
((options.type == 'multiple') ? '<div class="modal-footer"><button
|
|
514
|
+
((options.type == 'multiple') ? '<div class="modal-footer"><button type="button" class="selectAll btn btn-primary">' + i18nSelectAll() + '</button></div>' : '') +
|
|
515
515
|
'</div>' +
|
|
516
516
|
'</div>' +
|
|
517
517
|
'</div>';
|
|
@@ -524,7 +524,7 @@ var ComboAutoBox = {
|
|
|
524
524
|
$('#' + modalDialogId).modal('show');
|
|
525
525
|
});
|
|
526
526
|
|
|
527
|
-
$('button
|
|
527
|
+
$('div#' + modalDialogId + ' > div.modal-dialog > div.modal-content > div.modal-footer > button.selectAll').click(function() {
|
|
528
528
|
selectAllData(container, modalDialogId);
|
|
529
529
|
});
|
|
530
530
|
};
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: combo_auto_box
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.34
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adilson Chacon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-12-
|
|
11
|
+
date: 2014-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|