Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
67622b86
authored
Jan 01, 2015
by
Bach Dániel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: move activity vars
parent
5f3e7e7b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
circle/dashboard/static/dashboard/activity.js
+11
-12
No files found.
circle/dashboard/static/dashboard/activity.js
View file @
67622b86
var
in_progress
=
false
;
var
activity_hash
=
5
;
var
show_all
=
false
;
var
reload_vm_detail
=
false
;
$
(
function
()
{
$
(
function
()
{
var
in_progress
=
false
;
var
activity_hash
=
5
;
var
show_all
=
false
;
var
reload_vm_detail
=
false
;
/* do we need to check for new activities */
/* do we need to check for new activities */
if
(
decideActivityRefresh
())
{
if
(
decideActivityRefresh
())
{
if
(
!
in_progress
)
{
if
(
!
in_progress
)
{
...
@@ -102,19 +102,16 @@ $(function() {
...
@@ -102,19 +102,16 @@ $(function() {
return
false
;
return
false
;
});
});
});
function
decideActivityRefresh
()
{
function
decideActivityRefresh
()
{
var
check
=
false
;
var
check
=
false
;
/* if something is still spinning */
/* if something is still spinning */
if
(
$
(
'.timeline .activity i'
).
hasClass
(
'fa-spin'
))
if
(
$
(
'.timeline .activity i'
).
hasClass
(
'fa-spin'
))
check
=
true
;
check
=
true
;
return
check
;
return
check
;
}
}
function
checkNewActivity
(
runs
)
{
function
checkNewActivity
(
runs
)
{
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
$
(
'a[href="#activity"]'
).
attr
(
'data-activity-url'
),
url
:
$
(
'a[href="#activity"]'
).
attr
(
'data-activity-url'
),
...
@@ -178,7 +175,9 @@ function checkNewActivity(runs) {
...
@@ -178,7 +175,9 @@ function checkNewActivity(runs) {
in_progress
=
false
;
in_progress
=
false
;
}
}
});
});
}
}
});
String
.
prototype
.
hashCode
=
function
()
{
String
.
prototype
.
hashCode
=
function
()
{
var
hash
=
0
,
i
,
chr
,
len
;
var
hash
=
0
,
i
,
chr
,
len
;
...
...
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