mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Usersettings error message styling and general cleanup.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
$(document).ready(function()
|
||||
{
|
||||
$('form').h5Validate(
|
||||
{ errorClass: 'has-error' }
|
||||
); // allow older browsers to use html5 validation.
|
||||
|
||||
// Change hash when a tab changes
|
||||
$('.nav-tabs a').on('shown', function (event) {
|
||||
var hash = event.target.href.toString().split('#')[1], form = $(event.target).parents('form')[0];
|
||||
|
@@ -13,7 +13,7 @@ $(document).ready(function()
|
||||
{
|
||||
$(".e-hideme").hide();
|
||||
$(".e-expandit").show();
|
||||
$('form').h5Validate(); // allow older browsers to use html5 validation.
|
||||
|
||||
// $(".e-spinner").spinner(); //FIXME breaks tooltips
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user