8 lines
221 B
JavaScript
8 lines
221 B
JavaScript
divMenu.$Fill({ SugarUrl: _root + "System/getmenu" })
|
|
iframeBody.$AddCss({ "height": $sugar.$WindowHeight() - 75 })
|
|
window.onresize = function ()
|
|
{
|
|
iframeBody.$AddCss({ "height": $sugar.$WindowHeight() - 75 })
|
|
}
|
|
|
|
|