Commit a9f39293 authored by Mike Griffin's avatar Mike Griffin

Update bootstrap-multiselect.js

We want to select then deselect, perfect !
parent b2cbd852
......@@ -34,12 +34,12 @@
break;
}
});
if (addedArray.length > 0) {
$(element).multiselect('select', addedArray);
};
if (deletedArray.length > 0) {
$(element).multiselect('deselect', deletedArray);
};
if (addedArray.length > 0) {
$(element).multiselect('select', addedArray);
};
}, null, "arrayChange");
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment