diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-03-30 08:41:40 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-03-30 08:41:40 -0400 |
| commit | c919ac25e12a95218e0f63f142482be54583b820 (patch) | |
| tree | f438e7ee91d1e6a0d59dbfcd93a321a6cc6bc17f /www/index.html | |
| parent | 550f33c4ce0460be26a2332d5b6c6a4734a2c6ba (diff) | |
#914 first phase of changes
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 89075b37..ac63a370 100644 --- a/www/index.html +++ b/www/index.html @@ -84,6 +84,7 @@ <script src="external/js/holder.min.js"></script> <script src="external/js/angular-cookies.min.js"></script> <script src="external/js/lz-string.min.js"></script> + <!-- app related JS --> <script src="js/app.js"></script> @@ -148,7 +149,7 @@ window.ionic.Platform.ready(function () { - // console.log("******* PLATFORM READY ****"); + //console.log("******* PLATFORM READY ****"); angular.bootstrap(document, ['zmApp']); }); |
