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
birger
users
Commits
a180aea7
Commit
a180aea7
authored
Dec 09, 2020
by
o@immerda.ch
Browse files
increase timeout until notices disappear
parent
0672a0a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/application.js
View file @
a180aea7
...
...
@@ -38,7 +38,7 @@ function fadeOutOnInputChange() {
inputs
[
i
].
addEventListener
(
"
keyup
"
,
fadeOutNotice
);
inputs
[
i
].
addEventListener
(
"
change
"
,
fadeOutNotice
);
}
setTimeout
(
fadeOutNotice
,
7
000
);
setTimeout
(
fadeOutNotice
,
40
000
);
}
function
mainOnLoad
()
{
...
...
Write
Preview
Supports
Markdown
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