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
emulab
emulab-devel
Commits
5f1d9f1c
Commit
5f1d9f1c
authored
Aug 06, 2014
by
Jonathon Duerig
Browse files
Fix #notifyupdate fading
parent
d69edd16
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/manage_profile.js
View file @
5f1d9f1c
...
...
@@ -286,7 +286,7 @@ function (_, sup, filesize, ShowImagingModal,
$
(
'
#notifyupdate
'
).
fadeOut
();
}
function
showNotifyUpdate
()
{
$
(
"
#notifyupdate
"
).
addClass
(
"
in
"
);
$
(
"
#notifyupdate
"
).
addClass
(
"
fade in
"
).
show
(
);
setTimeout
(
function
()
{
hideNotifyUpdate
();
},
2000
);
...
...
www/aptui/template/manage-profile.html
View file @
5f1d9f1c
...
...
@@ -80,7 +80,7 @@
<center><font
color=
red
><
%
-
general_error
%
></font></center>
<
%
}
%
>
<div
id=
"notifyupdate"
class=
"alert alert-success
fade
apt-success"
class=
"alert alert-success apt-success"
style=
"display: none"
role=
"alert"
><center>
Update Successful!
</center></div>
<!-- Hidden variables -->
<input
type=
'hidden'
name=
'action'
value=
'<%= action %>'
>
...
...
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