minor optimization on photos_add_direct
git-svn-id: http://piwigo.org/svn/trunk@19828 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
46c1519fbe
commit
4b7b977db2
2 changed files with 3 additions and 1 deletions
|
|
@ -76,11 +76,13 @@ jQuery(document).ready(function(){
|
|||
jQuery("#uploadWarningsSummary a.showInfo").click(function() {
|
||||
jQuery("#uploadWarningsSummary").hide();
|
||||
jQuery("#uploadWarnings").show();
|
||||
return false;
|
||||
});
|
||||
|
||||
jQuery("#showPermissions").click(function() {
|
||||
jQuery(this).parent(".showFieldset").hide();
|
||||
jQuery("#permissions").show();
|
||||
return false;
|
||||
});
|
||||
|
||||
{/literal}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue