From 244bd7b3789325fc10bb89f294a8aa7cac747a9f Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Wed, 31 May 2017 23:32:47 +0200 Subject: [PATCH] ;;; --- TestSelenium.js | 2 +- www/common/test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TestSelenium.js b/TestSelenium.js index 8e160a7f2..e4e9b8a4b 100644 --- a/TestSelenium.js +++ b/TestSelenium.js @@ -61,4 +61,4 @@ var nt = nThen; nt(function () { driver.quit(); -}) \ No newline at end of file +}); \ No newline at end of file diff --git a/www/common/test.js b/www/common/test.js index 793bfd1b4..cc5bc2844 100644 --- a/www/common/test.js +++ b/www/common/test.js @@ -7,7 +7,7 @@ define([], function () { rpt.setAttribute('class', 'report ' + (pass ? 'success' : 'failure')); rpt.setAttribute('style', 'display:none;'); document.body.appendChild(rpt); - } + }; if (window.location.hash.indexOf("?test=test") > -1) { window.onerror = function (msg, url, lineNo, columnNo, e) { mkReport([