mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user