mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Fix for html5 validation issues in Safari etc.
This commit is contained in:
@@ -11,11 +11,11 @@ $.ajaxSetup({
|
||||
|
||||
$(document).ready(function()
|
||||
{
|
||||
$(".e-hideme").hide();
|
||||
$(".e-expandit").show();
|
||||
$(".e-hideme").hide();
|
||||
$(".e-expandit").show();
|
||||
$('form').h5Validate(); // allow older browsers to use html5 validation.
|
||||
// $(".e-spinner").spinner(); //FIXME breaks tooltips
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//check all
|
||||
|
1
e107_web/js/jquery.h5validate.min.js
vendored
Normal file
1
e107_web/js/jquery.h5validate.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user