1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Merge pull request #3153 from SimSync/master

Closes #2265 User Extended Field for Date does not allow entry
This commit is contained in:
Cameron
2018-05-30 08:16:52 -07:00
committed by GitHub

View File

@@ -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);