Compare commits

..

3 Commits

Author SHA1 Message Date
6391d9261d Update jQuery to fix SNYK-JS-JQUERY-174006 2020-01-10 20:35:07 -07:00
5dd6ec9403 Update version code 2018-12-31 11:38:15 -07:00
c617940c40 Update netsyms.com api url 2018-12-31 11:37:45 -07:00
5 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.netsyms.apps.Mobile" version="2.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.netsyms.apps.Mobile" version="2.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Netsyms</name>
<description>
Securely use the Netsyms Apps from your phone or tablet.

View File

@ -21,7 +21,7 @@
<script src="cordova.js"></script>
<script src="vendor/js/jquery-3.2.1.min.js"></script>
<script src="vendor/js/jquery-3.4.1.min.js"></script>
<script src="vendor/js/framework7.min.js"></script>
<script src="vendor/js/fontawesome/fontawesome.min.js"></script>
<script src="vendor/js/fontawesome/solid.min.js"></script>

View File

@ -10,7 +10,7 @@ setuppassword = "";
setupsynckey = "";
setupsyncurl = "";
netsymscomurl = "https://account.netsyms.com/mobile/index.php";
netsymscomurl = "https://apps.netsyms.com/account/mobile/index.php";
netsymsbizurl = "https://BIZID.netsyms.biz/accounthub/mobile/index.php";
if (localStorage.getItem("firstrun") === null) {

File diff suppressed because one or more lines are too long

2
www/vendor/js/jquery-3.4.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long