Commit dc87499e authored by Phil Hughes's avatar Phil Hughes

Removed question mark in if statement

parent 5e52e1a2
......@@ -566,7 +566,7 @@ class GitLabDropdown
e.preventDefault()
e.stopImmediatePropagation()
if $el.first().get(0).click?
if $el.first().get(0).click
$el.first().get(0).click()
else
$el.first().trigger('click')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment