mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Removed duplicate function
This commit is contained in:
parent
69901abdd0
commit
48fc8e3464
1 changed files with 3 additions and 11 deletions
|
@ -27,12 +27,12 @@ function initfunc( csvay, scroot) {
|
|||
};
|
||||
|
||||
function update_values() {
|
||||
$SCRIPT_ROOT = window.scroot ;
|
||||
$SCRIPT_ROOT = window.scroot ;
|
||||
$.getJSON($SCRIPT_ROOT+"/_stuff",
|
||||
function(data) {
|
||||
window.glob_tabvar = data;
|
||||
});
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
// Plot and update the number of processed pastes
|
||||
|
@ -124,14 +124,6 @@ function initfunc( csvay, scroot) {
|
|||
window.scroot = scroot;
|
||||
};
|
||||
|
||||
function update_values() {
|
||||
$SCRIPT_ROOT = window.scroot ;
|
||||
$.getJSON($SCRIPT_ROOT+"/_stuff",
|
||||
function(data) {
|
||||
window.glob_tabvar = data;
|
||||
});
|
||||
};
|
||||
|
||||
var source = new EventSource('/_logs');
|
||||
|
||||
source.onmessage = function(event) {
|
||||
|
|
Loading…
Reference in a new issue