Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
minerva
core
Commits
ebc53041
Commit
ebc53041
authored
Aug 06, 2019
by
Piotr Gawron
Browse files
method wasn't called onclick
parent
03fd29ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend-js/src/main/js/gui/leftPanel/GuiUtils.js
View file @
ebc53041
...
...
@@ -981,7 +981,7 @@ GuiUtils.prototype.createTabMenuObject = function (params) {
onclick
:
function
()
{
$
(
navLink
).
tab
(
'
show
'
);
if
(
params
.
onclick
)
{
return
params
.
onclick
;
return
params
.
onclick
()
;
}
},
xss
:
false
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment