Работа над скриптами doxygen

This commit is contained in:
2026-05-24 13:36:11 +05:00
parent 88fe3d6c15
commit b20fc27b37
-2
View File
@@ -76,7 +76,6 @@ function initResizable()
function restoreWidth(navWidth)
{
if (visualViewport.width > visualViewport.height) {
var windowWidth = $(window).width() + "px";
content.css({marginLeft:parseInt(navWidth)+barWidth+"px"});
if (typeof page_layout!=='undefined' && page_layout==1) {
@@ -84,7 +83,6 @@ function initResizable()
}
sidenav.css({width:navWidth + "px"});
}
}
function resizeHeight()
{