From 3047b12382691ce9d2480eb576fa9708ca4f07c3 Mon Sep 17 00:00:00 2001 From: dkanada Date: Sun, 12 Jan 2020 02:23:16 +0900 Subject: [PATCH] add code suggestions --- src/controllers/wizard/{access.js => remoteaccess.js} | 0 src/scripts/routes.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/controllers/wizard/{access.js => remoteaccess.js} (100%) diff --git a/src/controllers/wizard/access.js b/src/controllers/wizard/remoteaccess.js similarity index 100% rename from src/controllers/wizard/access.js rename to src/controllers/wizard/remoteaccess.js diff --git a/src/scripts/routes.js b/src/scripts/routes.js index 9f3c79486..a3427c655 100644 --- a/src/scripts/routes.js +++ b/src/scripts/routes.js @@ -378,7 +378,7 @@ define([ path: "/wizardremoteaccess.html", autoFocus: false, anonymous: true, - controller: "wizard/access" + controller: "wizard/remoteaccess" }); defineRoute({ path: "/wizardfinish.html",