bug 1555: make sure the #formErrors block is hidden by default when submitting
the form. git-svn-id: http://piwigo.org/svn/trunk@5744 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
e39b4c4a0c
commit
ca04de7d5e
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
jQuery(document).ready(function(){
|
||||
function checkUploadStart() {
|
||||
var nbErrors = 0;
|
||||
$("#formErrors").hide();
|
||||
$("#formErrors li").hide();
|
||||
|
||||
if ($("input[name=category_type]:checked").val() == "new" && $("input[name=category_name]").val() == "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue