From e808b7bbf7945a396979230ed530b9082a30d000 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 9 Nov 2018 01:27:35 -0700 Subject: [PATCH] Replace testing URL with actual URL --- www/js/setup1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/setup1.js b/www/js/setup1.js index a9047e7..a358539 100644 --- a/www/js/setup1.js +++ b/www/js/setup1.js @@ -10,7 +10,7 @@ setuppassword = ""; setupsynckey = ""; setupsyncurl = ""; -netsymscomurl = "http://skylar-desktop.home/accounthub/mobile/index.php"; +netsymscomurl = "https://account.netsyms.com/mobile/index.php"; if (localStorage.getItem("firstrun") === null) { $("#setuptitle").text("Setup");