Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
ba124f230403
Commit
a94f2ea9
authored
Sep 28, 2017
by
Jacob Schatz
Browse files
Fix static analysis.
parent
6309ba909974
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/repo/index.js
View file @
ba124f23
...
...
@@ -11,7 +11,6 @@ function initDropdowns() {
}
function
addEventsForNonVueEls
()
{
window
.
onbeforeunload
=
function
confirmUnload
(
e
)
{
const
hasChanged
=
Store
.
openedFiles
.
some
(
file
=>
file
.
changed
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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