mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
bug 2432 fixed: on the upload form, when a new album is created, it must
automatically the selected album. The update of jQuery 1.6.2 must have broken this feature. git-svn-id: http://piwigo.org/svn/trunk@12065 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -74,7 +74,7 @@ jQuery(document).ready(function(){
|
||||
jQuery.each(
|
||||
data.result.categories,
|
||||
function(i,category) {
|
||||
var selected = "";
|
||||
var selected = null;
|
||||
if (category.id == selectedValue) {
|
||||
selected = "selected";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user