diff --git a/config.cordovabuild.xml b/config.cordovabuild.xml index e3a08bda8..a35c467bc 100644 --- a/config.cordovabuild.xml +++ b/config.cordovabuild.xml @@ -1,5 +1,5 @@ - + emission A commute pattern tracker and carbon footprint estimator. diff --git a/www/img/stop.png b/www/img/stop.png deleted file mode 100644 index 6cd93ac9d..000000000 Binary files a/www/img/stop.png and /dev/null differ diff --git a/www/js/goals.js b/www/js/goals.js index 9c5945dfc..7f5b76645 100644 --- a/www/js/goals.js +++ b/www/js/goals.js @@ -853,7 +853,7 @@ angular.module('emission.main.goals',['emission.services', 'emission.plugin.logg console.log("Refreshing information"); refresh = true; Promise.all([KVStore.get('party_id'), - KVStore.get(HABITICA_REGISTERED_KEY)]).then(function(party_id, is_registered) { + KVStore.get(HABITICA_REGISTERED_KEY)]).then(function([party_id, is_registered]) { console.log("Party ID = " + party_id); if (is_registered == true) { getUserInfo(); diff --git a/www/templates/intro/intro.html b/www/templates/intro/intro.html index 925706c32..471c9944b 100644 --- a/www/templates/intro/intro.html +++ b/www/templates/intro/intro.html @@ -1,8 +1,5 @@ - - - diff --git a/www/templates/intro/study-text.html b/www/templates/intro/study-text.html deleted file mode 100644 index 487172567..000000000 --- a/www/templates/intro/study-text.html +++ /dev/null @@ -1,19 +0,0 @@ - - -
-
-
- -
-
-
-
If you are joining a study, please return to your study instructions and complete the second step before proceeding.
-
-
If you aren't joining a study, please proceed!
-
-
- - - diff --git a/www/templates/intro/summary.html b/www/templates/intro/summary.html index 1ea4f5890..2dbd1f0a7 100644 --- a/www/templates/intro/summary.html +++ b/www/templates/intro/summary.html @@ -24,3 +24,4 @@ GETTING STARTED +