Исправлена ошибка при выборе изображения для пункта меню навигации

This commit is contained in:
2026-02-09 11:33:49 +05:00
parent ec30718ac7
commit f1e662443d

View File

@@ -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';