diff options
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); } }); |