mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 21:21:54 +02:00
Closes #2265 User Extended Field for Date does not allow entry
This fix closes issue e107inc/e107#2265 which pops up only when the JS files are cached (compressed). There was a ";" missing at the end of the file after (jQuery).
This commit is contained in:
parent
8a6f1f5199
commit
a97d58ae44
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user