From 2dd7f615dbfb3db80faeb01a2074296d45aa4168 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 23 Aug 2017 16:11:30 -0400 Subject: [PATCH] Rename main app view file. Seemed redundant to have view in the file name when it is in the folder nave as well. renaming to app.js --- js/views/{appView.js => app.js} | 2 +- models/front/registrations/registration.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename js/views/{appView.js => app.js} (98%) diff --git a/js/views/appView.js b/js/views/app.js similarity index 98% rename from js/views/appView.js rename to js/views/app.js index 4c7aa7f..d48e687 100644 --- a/js/views/appView.js +++ b/js/views/app.js @@ -1,4 +1,4 @@ -// js/views/appView.js +// js/views/app.js var app = app || {}; // Event Registrant List View diff --git a/models/front/registrations/registration.php b/models/front/registrations/registration.php index d91acc9..daeaaca 100644 --- a/models/front/registrations/registration.php +++ b/models/front/registrations/registration.php @@ -40,7 +40,7 @@ $scripts = array( 'backbone-local' => 'js/lib/backbone.localStorage.min.js', 'registrantView' => 'js/views/eventRegistrant.js', - 'appView' => 'js/views/appView.js', + 'appView' => 'js/views/app.js', 'registrantModel' => 'js/models/eventRegistrant.js', 'registrantList' => 'js/collections/eventRegistrantList.js', 'mybackboneapp' => 'js/eventRegApp.js', -- 2.17.1