Commit acfa942c authored by Alain Takoudjou's avatar Alain Takoudjou

Remove comments and tests variable

parent b3e99887
...@@ -251,7 +251,7 @@ function runProcess(urlfor, data) { ...@@ -251,7 +251,7 @@ function runProcess(urlfor, data) {
} }
} }
//setInterval('GetStateRegularly()', 800); setInterval('GetStateRegularly()', 800);
function GetStateRegularly() { function GetStateRegularly() {
getRunningState(); getRunningState();
} }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/*global $, document, $SCRIPT_ROOT, ace, window */ /*global $, document, $SCRIPT_ROOT, ace, window */
/*global path: true */ /*global path: true */
/* vim: set et sts=4: */ /* vim: set et sts=4: */
var beforeunload_warning_set = 0;
$(document).ready(function () { $(document).ready(function () {
"use strict"; "use strict";
...@@ -23,7 +23,7 @@ $(document).ready(function () { ...@@ -23,7 +23,7 @@ $(document).ready(function () {
pasteMode = null, pasteMode = null,
favourite_list = new Array(), favourite_list = new Array(),
editorWidth = $("#code").css("width"), editorWidth = $("#code").css("width"),
beforeunload_warning_set = 0,
base_path = function () { base_path = function () {
return softwareDisplay ? currentProject : 'workspace/'; return softwareDisplay ? currentProject : 'workspace/';
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment