|
@@ -189,6 +189,10 @@ Select2.prototype = {
|
|
};
|
|
};
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ $select.on('change', function(e) {
|
|
|
|
+ django.jQuery($select.get(0)).trigger(e);
|
|
|
|
+ });
|
|
|
|
+
|
|
$select.select2(settings);
|
|
$select.select2(settings);
|
|
},
|
|
},
|
|
initSelect2: function() {
|
|
initSelect2: function() {
|