summaryrefslogtreecommitdiff
path: root/js/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/util.js')
-rw-r--r--js/util.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/util.js b/js/util.js
index e7c54b74a..1e6dc7251 100644
--- a/js/util.js
+++ b/js/util.js
@@ -279,7 +279,9 @@ function NoticeAttachments() {
$('#jOverlayContent').append('<button>&#215;</button>');
$('#jOverlayContent button').click($.closeOverlay);
},
- timeout : 0
+ timeout : 0,
+ autoHide : true,
+ css : {'max-width':'502px'}
};
$('#content .notice a.attachment').click(function() {