summaryrefslogtreecommitdiffstatshomepage
path: root/web
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-06-04 08:10:44 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-06-04 08:10:44 +0000
commitf3a29b9b2b907cd26e92b9be1e970d981f08e2c9 (patch)
tree197a14afbf9e23e67d2eab9a2dac3f9304494b1c /web
parente9a514c441437c64aada72b30d31ab6f1fd9cfa7 (diff)
Updated to latest mongoose, used new added features (nw)
Diffstat (limited to 'web')
-rw-r--r--web/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index e21ac49aa88..bd019dcb22d 100644
--- a/web/index.html
+++ b/web/index.html
@@ -187,6 +187,7 @@
// Now, actually update the status bar..
updateStatusBar('',statusbar_ispaused.join(''),statusbar_runningdriver.join(''));
+ takeScreenshot();
},
error: function (request, status, error) { alert(status + ", " + error); }
});