Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Kellershoff
pwny.gorilla.moe
Commits
6143b42e
Commit
6143b42e
authored
Feb 07, 2017
by
Ysragh Heiden
Browse files
Fix hiding of loading message
parent
459cba72
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/pwny.js
View file @
6143b42e
...
...
@@ -345,15 +345,15 @@
EDITOR
.
setValue
(
result
);
else
window
.
alert
(
'
No valid token received
'
);
hideLoading
();
self
.
hideLoading
();
});
}
catch
(
ex
)
{
console
.
log
(
ex
);
window
.
alert
(
'
No valid token received
'
);
this
.
hideLoading
();
self
.
hideLoading
();
}
}
else
{
this
.
hideLoading
();
self
.
hideLoading
();
}
};
...
...
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