Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
3cb8f70d
Commit
3cb8f70d
authored
Apr 07, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update comments
parent
846bf134
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
debomatic-webui/public/javascripts/page_generic.js
debomatic-webui/public/javascripts/page_generic.js
+5
-5
No files found.
debomatic-webui/public/javascripts/page_generic.js
View file @
3cb8f70d
...
@@ -95,16 +95,16 @@ function Page_Generic()
...
@@ -95,16 +95,16 @@ function Page_Generic()
li
.
html
(
$
(
__get_status_html
(
status_data
)).
children
())
li
.
html
(
$
(
__get_status_html
(
status_data
)).
children
())
li
.
attr
(
'
id
'
,
''
)
li
.
attr
(
'
id
'
,
''
)
// This is a chain to have a fadeOut and correctly
// This is a chain to have a fadeOut and correctly
// delete
package
from list.
// delete
status li
from list.
// The first timemout fades out the
package
.
// The first timemout fades out the
status element
.
setTimeout
(
function
()
{
setTimeout
(
function
()
{
li
.
children
().
fadeOut
(
config
.
status
.
delay
.
fadeOut
)
li
.
children
().
fadeOut
(
config
.
status
.
delay
.
fadeOut
)
// Then resize
packages
list.
// Then resize list.
setTimeout
(
function
()
{
setTimeout
(
function
()
{
li
.
animate
({
width
:
'
toggle
'
})
li
.
animate
({
width
:
'
toggle
'
})
},
config
.
status
.
delay
.
fadeOut
)
},
config
.
status
.
delay
.
fadeOut
)
// Finally remove
package
html
// Finally remove
status
html
// and show idle
status
if necessary.
// and show idle
label
if necessary.
setTimeout
(
function
()
{
setTimeout
(
function
()
{
li
.
remove
()
li
.
remove
()
if
(
$
(
'
#status li
'
).
length
==
0
)
if
(
$
(
'
#status li
'
).
length
==
0
)
...
...
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