English.

parent 3e79c222
...@@ -23,7 +23,7 @@ var currentLogSize = 0; //Define the size of log actually displayed ...@@ -23,7 +23,7 @@ var currentLogSize = 0; //Define the size of log actually displayed
var isRunning = function () { var isRunning = function () {
"use strict"; "use strict";
if (running) { if (running) {
$("#error").Popup("Slapgrid is currently under execution!", $("#error").Popup("Slapgrid is currently running!",
{type: 'alert', duration: 3000}); {type: 'alert', duration: 3000});
} }
return running; return running;
......
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