diff --git a/e107_web/js/password/jquery.pwdMeter.js b/e107_web/js/password/jquery.pwdMeter.js index 6876184a2..7026262ca 100644 --- a/e107_web/js/password/jquery.pwdMeter.js +++ b/e107_web/js/password/jquery.pwdMeter.js @@ -201,5 +201,9 @@ jQuery.fn.pwdMeter = function(options){ }); } - -})(jQuery) +/** + * ALLWAYS add a semicolon at the end, otherwise + * it may cause issues when js is cached! + * see issue e107inc/e107#2265 + */ +})(jQuery);