summaryrefslogtreecommitdiffstats
path: root/js/jquery.multi-select.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/jquery.multi-select.js')
-rw-r--r--js/jquery.multi-select.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/jquery.multi-select.js b/js/jquery.multi-select.js
index 705a878..d6491d2 100644
--- a/js/jquery.multi-select.js
+++ b/js/jquery.multi-select.js
@@ -220,6 +220,9 @@
}
});
}
+ if (typeof ms.data('settings').afterInit == 'function') {
+ ms.data('settings').afterInit.call(this, container);
+ }
});
},
'refresh' : function() {