summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2016-01-19 11:30:08 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2016-01-19 11:30:08 -0500
commit24b7cc8b021dcf5a1e34ed89379cb24da17c15b9 (patch)
tree3e19543ce07fb6138fe7f4c789150dc7eb1e41eb
parentd996e48288d6617bfa0e3c2b44be51a6e760892d (diff)
minor edits
Former-commit-id: 436fec13963c993c32d4c38c057cc948f0007bd1
-rw-r--r--ionic.project2
-rw-r--r--plugins/fetch.json8
-rw-r--r--www/index.html13
3 files changed, 12 insertions, 11 deletions
diff --git a/ionic.project b/ionic.project
index 40dc6930..0c79b120 100644
--- a/ionic.project
+++ b/ionic.project
@@ -12,7 +12,7 @@
{
"platform": "android",
"browser": "crosswalk",
- "version": "12.41.296.5"
+ "version": "15.44.384.9"
}
],
"gulpStartupTasks": [
diff --git a/plugins/fetch.json b/plugins/fetch.json
index 421ac12e..0195ecba 100644
--- a/plugins/fetch.json
+++ b/plugins/fetch.json
@@ -206,13 +206,5 @@
},
"is_top_level": true,
"variables": {}
- },
- "cordova-plugin-crosswalk-webview": {
- "source": {
- "type": "registry",
- "id": "cordova-plugin-crosswalk-webview"
- },
- "is_top_level": true,
- "variables": {}
}
} \ No newline at end of file
diff --git a/www/index.html b/www/index.html
index 65eb27cf..3f8f5a44 100644
--- a/www/index.html
+++ b/www/index.html
@@ -8,6 +8,9 @@
<title></title>
<meta name="format-detection" content="telephone=no">
+
+
+
<link rel="stylesheet" href="css/animate.min.css">
<!-- <link rel="stylesheet" href="css/angular-circular-navigation.css">-->
@@ -33,10 +36,12 @@
<!-- ionic/angularjs js -->
+
-
+
<script src="lib/ionic/js/ionic.bundle.min.js"></script>
+
<script src="external/angular-ios9-uiwebview.patch.js"></script>
<script src="external/ionRadio.js"></script>
@@ -48,6 +53,8 @@
<script src="cordova.js"></script>
<script src="js/ionicUtils.js"></script>
+
+
@@ -64,6 +71,8 @@
<script src="lib/videogular-controls/vg-controls.js"></script>
<script src="lib/videogular-overlay-play/vg-overlay-play.js"></script>
<script src="lib/videogular-buffering/vg-buffering.js"></script>
+
+
<script src="js/app.js"></script>
<!--<script src="js/ExceptionHandler.js"></script>-->
@@ -108,7 +117,7 @@
<script src="external/FileSaver.min.js"></script>
<script src="external/canvas-toBlob.js"></script>
-
+
</head>