simoncck commited on
Commit
eb683e1
·
verified ·
1 Parent(s): 55a2db8

Update browser_automation_ui.html

Browse files
Files changed (1) hide show
  1. browser_automation_ui.html +2 -2
browser_automation_ui.html CHANGED
@@ -239,7 +239,7 @@ All endpoints return { ok: true/false, data, error }
239
 
240
  if (b64) {
241
  const dataUrl = `data:image/png;base64,${b64}`;
242
- alert("testing")
243
 
244
  // Show thumbnail
245
  document.getElementById('shotPreview').innerHTML =
@@ -248,7 +248,7 @@ All endpoints return { ok: true/false, data, error }
248
  // Wire up & reveal the download button
249
  const dl = document.getElementById('downloadBtn');
250
  dl.href = dataUrl;
251
- alert(dataUrl)
252
  dl.style.display = 'inline-flex';
253
  }
254
  }
 
239
 
240
  if (b64) {
241
  const dataUrl = `data:image/png;base64,${b64}`;
242
+ msg("testing");
243
 
244
  // Show thumbnail
245
  document.getElementById('shotPreview').innerHTML =
 
248
  // Wire up & reveal the download button
249
  const dl = document.getElementById('downloadBtn');
250
  dl.href = dataUrl;
251
+ //alert(dataUrl);
252
  dl.style.display = 'inline-flex';
253
  }
254
  }