diff options
author | plegall <plg@piwigo.org> | 2014-09-18 11:12:22 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-18 11:12:22 +0000 |
commit | 8c8c9829241b081a52013be896c41da0e8e76f0d (patch) | |
tree | 0e99c21f7a5e44e6adec1ef84878d531a7089ae7 /admin/themes/default/js | |
parent | 1826f5371461943ac7450d1ac0d06748c5d5409b (diff) |
enlarge album list to 600px
git-svn-id: http://piwigo.org/svn/trunk@29619 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/js')
-rw-r--r-- | admin/themes/default/js/addAlbum.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/js/addAlbum.js b/admin/themes/default/js/addAlbum.js index 02fb25f0d..8ada8bb30 100644 --- a/admin/themes/default/js/addAlbum.js +++ b/admin/themes/default/js/addAlbum.js @@ -114,7 +114,7 @@ jQuery.fn.pwgAddAlbum = function(options) { this.colorbox({ inline: true, href: '#addAlbumForm', - width: 350, height: 300, + width: 650, height: 300, onComplete: function() { init(); $popup.data('target', jQuery(this).data('addAlbum')); |