1
0
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:
Cameron
2015-01-25 20:27:45 -08:00
parent 0d809d80dc
commit af465d2a5e
6 changed files with 16 additions and 11 deletions

View File

@@ -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

File diff suppressed because one or more lines are too long