Nicholas Bollweg 11 years ago
parent c37f51eac2
commit 1fa4296cef

@ -557,6 +557,15 @@ define([
SelectMultipleView.__super__.update.apply(this, arguments);
this.$listbox.val(this.model.get('selected_labels'));
},
handle_click: function(){
/**
* Overload click from select
*
* Apparently it's needed from there for testing purposes,
* but breaks behavior of this.
*/
},
handle_change: function (e) {
/**

Loading…
Cancel
Save