From 62513fd4436ac3299ec7ee1505a9fd267d88bb4a Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 12 Jan 2020 20:26:47 -0700 Subject: [PATCH] Rename manage page to add, adjust css --- www/assets/js/{manage.js => add.js} | 2 +- www/pages/{manage.html => add.html} | 8 ++++---- www/routes.js | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) rename www/assets/js/{manage.js => add.js} (98%) rename www/pages/{manage.html => add.html} (95%) diff --git a/www/assets/js/manage.js b/www/assets/js/add.js similarity index 98% rename from www/assets/js/manage.js rename to www/assets/js/add.js index ab3445d..79be7e7 100644 --- a/www/assets/js/manage.js +++ b/www/assets/js/add.js @@ -72,7 +72,7 @@ $("#addpackagebtn").click(function () { // Remove any pre-existing click handlers from the history list, // otherwise the user will see a number of confirm prompts equal to the number -// of times they've opened the manage page +// of times they've opened the add items page $(".view-main").off("click", "#historylist .history-list-item"); $(".view-main").on("click", "#historylist .history-list-item", function () { diff --git a/www/pages/manage.html b/www/pages/add.html similarity index 95% rename from www/pages/manage.html rename to www/pages/add.html index a4e8fb2..dcf5ee5 100644 --- a/www/pages/manage.html +++ b/www/pages/add.html @@ -2,7 +2,7 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> -
+