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/. --> -
+