diff --git a/app/webutil.js b/app/webutil.js index 7cee466c..955d360b 100644 --- a/app/webutil.js +++ b/app/webutil.js @@ -10,7 +10,7 @@ /*jslint bitwise: false, white: false, browser: true, devel: true */ /*global Util, window, document */ -import { init_logging as main_init_logging } from '../core/util/logging.js'; +import { init_logging as main_init_logging } from '../core/util/logging.js'; // init log level reading the logging HTTP param export function init_logging (level) { diff --git a/tests/input.html b/tests/input.html index dd92c921..4925a3a8 100644 --- a/tests/input.html +++ b/tests/input.html @@ -27,7 +27,7 @@ - + diff --git a/tests/test.base64.js b/tests/test.base64.js index 7aae7eff..cfee409c 100644 --- a/tests/test.base64.js +++ b/tests/test.base64.js @@ -10,7 +10,7 @@ describe('Base64 Tools', function() { for (var i = 0; i < 256; i++) { BIN_ARR[i] = i; } - + var B64_STR = "AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5fYGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6e3x9fn+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/w=="; diff --git a/tests/test.util.js b/tests/test.util.js index 8bd93765..5b43874f 100644 --- a/tests/test.util.js +++ b/tests/test.util.js @@ -42,7 +42,7 @@ describe('Utils', function() { Log.Debug('dbg'); expect(console.debug).to.have.been.calledWith('dbg'); }); - + it('should use console.info for Info', function () { Log.init_logging('debug'); Log.Info('inf'); diff --git a/vnc_lite.html b/vnc_lite.html index 1a3210b6..68faf42c 100644 --- a/vnc_lite.html +++ b/vnc_lite.html @@ -91,7 +91,7 @@ msg = 'Password Required: '; } var html; - + var form = document.createElement('form'); form.style = 'margin-bottom: 0px'; form.innerHTML = ''