Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Franz Reischl
html-minirest
Compare Revisions
7643a1ebb62b10eaf9d2c528381d0bd8df35e628...cf2367505bfaee364d10e55339610a9ed84bb16d
Commits (1)
Remove WIP popup for now to keep master branch clean
· cf236750
Franz Reischl
authored
May 12, 2019
cf236750
Hide whitespace changes
Inline
Side-by-side
js/script.js
View file @
cf236750
...
...
@@ -166,7 +166,7 @@ function update_REST_log(method, url, sendText, responseXHR, acptType) {
var
n
=
$
(
"
#template
"
).
clone
();
toasty
(
responseXHR
);
//
toasty(responseXHR);
n
.
removeAttr
(
"
id
"
)
n
.
addClass
(
"
log
"
)
...
...