mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Various code cleanup.
This commit is contained in:
4
public/v1/js/lib/bootstrap-multiselect.js
vendored
4
public/v1/js/lib/bootstrap-multiselect.js
vendored
@@ -795,7 +795,7 @@
|
||||
}
|
||||
|
||||
$options.push(this.getOptionByValue(value));
|
||||
}, this))
|
||||
}, this));
|
||||
|
||||
// Cannot use select or deselect here because it would call updateOptGroups again.
|
||||
|
||||
@@ -1548,7 +1548,7 @@
|
||||
* Update opt groups.
|
||||
*/
|
||||
updateOptGroups: function () {
|
||||
var $groups = $('li.multiselect-group', this.$ul)
|
||||
var $groups = $('li.multiselect-group', this.$ul);
|
||||
var selectedClass = this.options.selectedClass;
|
||||
|
||||
$groups.each(function () {
|
||||
|
Reference in New Issue
Block a user