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) {
}
}
//setInterval('GetStateRegularly()', 800);
setInterval('GetStateRegularly()', 800);
function GetStateRegularly() {
getRunningState();
}
......
......@@ -2,7 +2,7 @@
/*global $, document, $SCRIPT_ROOT, ace, window */
/*global path: true */
/* vim: set et sts=4: */
var beforeunload_warning_set = 0;
$(document).ready(function () {
"use strict";
......@@ -23,7 +23,7 @@ $(document).ready(function () {
pasteMode = null,
favourite_list = new Array(),
editorWidth = $("#code").css("width"),
beforeunload_warning_set = 0,
base_path = function () {
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