Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
6391d9261d | |||
5dd6ec9403 | |||
c617940c40 |
@ -1,5 +1,5 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?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>
|
<name>Netsyms</name>
|
||||||
<description>
|
<description>
|
||||||
Securely use the Netsyms Apps from your phone or tablet.
|
Securely use the Netsyms Apps from your phone or tablet.
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<script src="cordova.js"></script>
|
<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/framework7.min.js"></script>
|
||||||
<script src="vendor/js/fontawesome/fontawesome.min.js"></script>
|
<script src="vendor/js/fontawesome/fontawesome.min.js"></script>
|
||||||
<script src="vendor/js/fontawesome/solid.min.js"></script>
|
<script src="vendor/js/fontawesome/solid.min.js"></script>
|
||||||
|
@ -10,7 +10,7 @@ setuppassword = "";
|
|||||||
setupsynckey = "";
|
setupsynckey = "";
|
||||||
setupsyncurl = "";
|
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";
|
netsymsbizurl = "https://BIZID.netsyms.biz/accounthub/mobile/index.php";
|
||||||
|
|
||||||
if (localStorage.getItem("firstrun") === null) {
|
if (localStorage.getItem("firstrun") === null) {
|
||||||
|
4
www/vendor/js/jquery-3.2.1.min.js
vendored
4
www/vendor/js/jquery-3.2.1.min.js
vendored
File diff suppressed because one or more lines are too long
2
www/vendor/js/jquery-3.4.1.min.js
vendored
Normal file
2
www/vendor/js/jquery-3.4.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user