From a0f63b6ab57e419a68f60b26bb0a6365fdab468c Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 10 Jun 2016 23:12:05 +0100 Subject: [PATCH] Don't reference global loot var in initialise() --- src/gui/html/index.html | 2 +- src/gui/html/js/initialise.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/html/index.html b/src/gui/html/index.html index 0198677d..86edd8e3 100644 --- a/src/gui/html/index.html +++ b/src/gui/html/index.html @@ -487,6 +487,6 @@ diff --git a/src/gui/html/js/initialise.js b/src/gui/html/js/initialise.js index 55008305..8fe65f0c 100644 --- a/src/gui/html/js/initialise.js +++ b/src/gui/html/js/initialise.js @@ -185,7 +185,7 @@ }); } - return () => { + return (loot) => { Dialog.showProgress('Initialising user interface...'); /* Make sure settings are what I want. */