Исправлена ошибка при выборе изображения для пункта меню навигации
This commit is contained in:
@@ -89,6 +89,7 @@ function openLinkWindow(target, doc, document_alias) {
|
||||
}
|
||||
|
||||
function openFileWindow(id, type, target) {
|
||||
if (typeof target === 'undefined' || target === null || target === '') {target = id;}
|
||||
if (typeof width == 'undefined' || width == '') var width = screen.width * 0.6;
|
||||
if (typeof height == 'undefined' || height == '') var height = screen.height * 0.6;
|
||||
if (typeof doc == 'undefined') var doc = 'Title';
|
||||
|
||||
Reference in New Issue
Block a user