Merge pull request #524 from niphlod/js/speed
Waiting for a sane "prefixing", a much more efficient way to find errors
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
},
|
||||
/* manage errors in forms */
|
||||
manage_errors: function(target) {
|
||||
$('.error', target).hide().slideDown('slow');
|
||||
$('div.error', target).hide().slideDown('slow');
|
||||
},
|
||||
after_ajax: function(xhr) {
|
||||
/* called whenever an ajax request completes */
|
||||
|
||||
@@ -141,7 +141,7 @@
|
||||
},
|
||||
/* manage errors in forms */
|
||||
manage_errors: function(target) {
|
||||
$('.error', target).hide().slideDown('slow');
|
||||
$('div.error', target).hide().slideDown('slow');
|
||||
},
|
||||
after_ajax: function(xhr) {
|
||||
/* called whenever an ajax request completes */
|
||||
|
||||
@@ -141,7 +141,7 @@
|
||||
},
|
||||
/* manage errors in forms */
|
||||
manage_errors: function(target) {
|
||||
$('.error', target).hide().slideDown('slow');
|
||||
$('div.error', target).hide().slideDown('slow');
|
||||
},
|
||||
after_ajax: function(xhr) {
|
||||
/* called whenever an ajax request completes */
|
||||
|
||||
Reference in New Issue
Block a user