We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15233ed commit f890eddCopy full SHA for f890edd
run.js
@@ -162,7 +162,7 @@ function start () {
162
wdi.Debug.log('Detected time lapse of ', params, 'seconds');
163
} else if (action == 'error') {
164
// alert('error');
165
- } else if ("checkResults") {
+ } else if (action == "checkResults") {
166
var cnv = $('#canvas_0')[0];
167
var ctx = cnv.getContext('2d');
168
var currentImgData = ctx.getImageData(0, 0, cnv.width, cnv.height);
0 commit comments