Skip to content
Snippets Groups Projects
Commit 31ff70a3 authored by Serhii Myronets's avatar Serhii Myronets
Browse files

Issue #3392440 by agami4: Add once attribute

parent 3a09845b
No related branches found
No related tags found
No related merge requests found
(function ($, once) {
$(document).ready(function () {
// Attach select2 to each multiselect.
......@@ -33,3 +34,5 @@ $(document).ready(function () {
});
});
})(jQuery, once);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment