aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/template/include/add_album.inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/include/add_album.inc.tpl b/admin/themes/default/template/include/add_album.inc.tpl
index d950ad5ce..acbdc948a 100644
--- a/admin/themes/default/template/include/add_album.inc.tpl
+++ b/admin/themes/default/template/include/add_album.inc.tpl
@@ -50,7 +50,7 @@ jQuery(document).ready(function(){
jQuery("#albumSelect").find("option").removeAttr('selected');
if (parent_id==0) {
- jQuery("#albumSelect").append(new_option);
+ jQuery("#albumSelect").prepend(new_option);
}
else {
jQuery("#albumSelect").find("option[value="+ parent_id +"]").after(new_option);