Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OLAT CI-CD Testing Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Oliver Dam
OLAT CI-CD Testing Project
Commits
395f14f4
"README.md" did not exist on "2bb31335ec18105ca45173fda05091a7a03d3e93"
Commit
395f14f4
authored
11 years ago
by
gnaegi
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/webapp/static/js/functions.js
+2
-0
2 additions, 0 deletions
src/main/webapp/static/js/functions.js
src/main/webapp/static/js/js.plugins.min.js
+1
-1
1 addition, 1 deletion
src/main/webapp/static/js/js.plugins.min.js
with
3 additions
and
1 deletion
src/main/webapp/static/js/functions.js
+
2
−
0
View file @
395f14f4
...
@@ -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.
Click to expand it.
src/main/webapp/static/js/js.plugins.min.js
+
1
−
1
View file @
395f14f4
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment