Python3 & Django 2.2 Migration - Fix & Updates

This commit is contained in:
catborise
2020-03-16 16:59:45 +03:00
parent fc8612c604
commit 4d40de1b55
98 changed files with 1525 additions and 6658 deletions

View File

@@ -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() {