mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Fix for html5 validation issues in Safari etc.
This commit is contained in:
@@ -67,6 +67,8 @@ function loadJSAddons()
|
||||
e107::css('core', 'bootstrap-datetimepicker/css/datetimepicker.css', 'jquery');
|
||||
e107::js('core', 'bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js', 'jquery', 2);
|
||||
|
||||
e107::js('core', 'jquery.h5validate.min.js','jquery',2);
|
||||
|
||||
if(e_LAN != 'en')
|
||||
{
|
||||
e107::js('inline', buildDateLocale(),'jquery', 2);
|
||||
|
Reference in New Issue
Block a user