Updated jOverlay version and set max-width for images
This commit is contained in:
@@ -279,7 +279,9 @@ function NoticeAttachments() {
|
||||
$('#jOverlayContent').append('<button>×</button>');
|
||||
$('#jOverlayContent button').click($.closeOverlay);
|
||||
},
|
||||
timeout : 0
|
||||
timeout : 0,
|
||||
autoHide : true,
|
||||
css : {'max-width':'502px'}
|
||||
};
|
||||
|
||||
$('#content .notice a.attachment').click(function() {
|
||||
|
Reference in New Issue
Block a user