diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/jquery.multi-select.js | 3 |
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() { |