From 9e9ca71dcc7b3afc80a95188d0cf102365150e3f Mon Sep 17 00:00:00 2001 From: kovacsv Date: Sat, 14 Jan 2017 09:31:09 +0100 Subject: [PATCH] Modify test mode folder. --- website/include/importerapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/include/importerapp.js b/website/include/importerapp.js index 6532a7f..69eca5b 100644 --- a/website/include/importerapp.js +++ b/website/include/importerapp.js @@ -494,7 +494,7 @@ ImporterApp.prototype.InitTestMode = function () var currentTestFile = 0; var myThis = this; - JSM.LoadJsonFile ('testfiles/testfiles.json', function (jsonContent) { + JSM.LoadJsonFile ('testfiles_for_test/testfiles.json', function (jsonContent) { window.addEventListener ('keydown', function (event) { var keyCode = event.which; if (keyCode == 84 && currentTestFile < jsonContent.files.length) {