From ae7210f145535f309cdbe1288101054ca83f1964 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 21 Dec 2017 01:22:35 -0700 Subject: [PATCH] Minor text fixes --- www/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/js/app.js b/www/js/app.js index 03288a1..4078ed3 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -154,7 +154,7 @@ function openapp(id, api, url, icon, title, injectcode, shownavbar) { /** * Opens a modal dialog over the top of everything else. - * @param {String} filename screens/[filename].html + * @param {String} filename views/[filename].html * @param {String} modalselector [#id-of-the-modal] * @returns {undefined} */ @@ -171,7 +171,7 @@ function openmodal(filename, modalselector) { * @returns {undefined} */ function closemodal(modalselector) { - $(modalselector).modal(hide); + $(modalselector).modal('hide'); } function restartApplication() {