fix category icon selector
window.open with & lead to filename_only being lost, so additional options were shown
This commit is contained in:
@ -691,7 +691,7 @@ function highlightComment(id, checkvalue) {
|
||||
}
|
||||
|
||||
$('#insert_image').click(function(e) {
|
||||
window.open('serendipity_admin_image_selector.php?serendipity[htmltarget]=category_icon&serendipity[filename_only]=true',
|
||||
window.open('serendipity_admin_image_selector.php?serendipity[htmltarget]=category_icon&serendipity[filename_only]=true',
|
||||
'ImageSel',
|
||||
'width=800,height=600,toolbar=no,scrollbars=1,scrollbars,resize=1,resizable=1');
|
||||
});
|
||||
|
Reference in New Issue
Block a user