diff options
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 8 |
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> |
