mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-03 19:09:39 +00:00
Python3 & Django 2.2 Migration - Fix & Updates
This commit is contained in:
4
static/js/bootstrap-multiselect.js
vendored
4
static/js/bootstrap-multiselect.js
vendored
@@ -813,7 +813,7 @@
|
||||
}
|
||||
|
||||
$options.push(this.getOptionByValue(value));
|
||||
}, this))
|
||||
}, this));
|
||||
|
||||
// Cannot use select or deselect here because it would call updateOptGroups again.
|
||||
|
||||
@@ -1608,7 +1608,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