Skip to content
Snippets Groups Projects
Commit 395f14f4 authored by gnaegi's avatar gnaegi
Browse files

OO-704 fix truncated menu when menu to long and content not long enough

parent 2fb0b0c0
No related branches found
No related tags found
No related merge requests found
...@@ -623,6 +623,8 @@ function o_ainvoke(r) { ...@@ -623,6 +623,8 @@ function o_ainvoke(r) {
if(jQuery(document).ooLog().isDebugEnabled()) if(jQuery(document).ooLog().isDebugEnabled())
jQuery(document).ooLog('debug',"Stacksize after timeout: " + b_onDomReplacementFinished_callbacks.length, "functions.js"); jQuery(document).ooLog('debug',"Stacksize after timeout: " + b_onDomReplacementFinished_callbacks.length, "functions.js");
} }
// all rendering finished, adjust height on menu and content
OPOL.adjustHeight();
} }
o_info.inainvoke = false; o_info.inainvoke = false;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment