summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-04-29 13:32:58 -0400
committerARC <arjunrc@gmail.com>2015-04-29 13:32:58 -0400
commita3f1e385fc0f5a99d6d19aa6fc2ebfef65533070 (patch)
tree794e48eb5d92e5c654942a971a967d446e1b2348 /www/index.html
parent1a57eaad4dd25afc1f59c83968bcd408300a1270 (diff)
added support to refresh image feeds
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html
index 009b0c8c..4946b9a4 100644
--- a/www/index.html
+++ b/www/index.html
@@ -18,7 +18,13 @@
<!-- ionic/angularjs js -->
- <script src="lib/ionic/js/ionic.bundle.js"></script>
+ <!-- we need the full JQuery for the global img src
+ error interceptor in app.js -->
+
+ <!-- <script src="jquery-1.11.1.min.js"></script> -->
+
+
+ <script src="lib/ionic/js/ionic.bundle.js"></script>
<!-- cordova script (this will be a 404 during development) -->
<script src="cordova.js"></script>