diff options
author | 2014-06-04 08:10:44 +0000 | |
---|---|---|
committer | 2014-06-04 08:10:44 +0000 | |
commit | f3a29b9b2b907cd26e92b9be1e970d981f08e2c9 (patch) | |
tree | 197a14afbf9e23e67d2eab9a2dac3f9304494b1c /web | |
parent | e9a514c441437c64aada72b30d31ab6f1fd9cfa7 (diff) |
Updated to latest mongoose, used new added features (nw)
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 1 |
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); } }); |