Use html5 to validate setup form, use html5 fallback if client does not support this feature

Add modernizr to admin group
This commit is contained in:
Nicolas Le Goff
2013-06-14 20:12:43 +02:00
parent fc5fea2c2f
commit 4ed16a8f75
3 changed files with 48 additions and 31 deletions

View File

@@ -35,7 +35,8 @@ $groups = array(
, '//include/jquery.image_enhancer.js'
, '//include/jslibs/jquery.contextmenu_scroll.js'),
'admin' => array(
'//include/jslibs/jquery.validate.js'
'//assets/modernizr/modernizr.js'
,'//include/jslibs/jquery.validate.js'
, '//include/jslibs/jquery.validate.password.js'
, '//include/jslibs/jquery-ui-1.8.24.js'
, '//include/jslibs/jquery.cookie.js'