mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
bug 2944: r25280 broke the process on batch manager
git-svn-id: http://piwigo.org/svn/trunk@25312 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{footer_script}{literal}
|
||||
jQuery(document).ready(function(){
|
||||
var $albumSelect = jQuery("#albumSelect");
|
||||
|
||||
jQuery(".addAlbumOpen").colorbox({
|
||||
inline: true,
|
||||
href: "#addAlbumForm",
|
||||
onComplete: function() {
|
||||
var $albumSelect = jQuery("#albumSelect");
|
||||
|
||||
jQuery("input[name=category_name]").focus();
|
||||
|
||||
jQuery("#category_parent").html('<option value="0">------------</option>')
|
||||
@@ -48,7 +48,8 @@ jQuery(document).ready(function(){
|
||||
.attr("value", newAlbum)
|
||||
.attr("selected", "selected")
|
||||
.text(newAlbum_name);
|
||||
|
||||
|
||||
var $albumSelect = jQuery("#albumSelect");
|
||||
$albumSelect.find("option").removeAttr('selected');
|
||||
|
||||
if (parent_id==0) {
|
||||
|
||||
Reference in New Issue
Block a user