mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 03:03:01 +02:00
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:
@@ -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() == "") {
|
||||
|
||||
Reference in New Issue
Block a user