Skip to content

Commit

Permalink
Merge pull request #481 from shankari/release_270
Browse files Browse the repository at this point in the history
Release 270
  • Loading branch information
shankari authored Oct 19, 2018
2 parents 6496483 + a5dc523 commit d561906
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 24 deletions.
2 changes: 1 addition & 1 deletion config.cordovabuild.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="35" id="edu.berkeley.eecs.emission" ios-CFBundleVersion="35" version="2.6.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="37" id="edu.berkeley.eecs.emission" ios-CFBundleVersion="37" version="2.7.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>emission</name>
<description>
A commute pattern tracker and carbon footprint estimator.
Expand Down
Binary file removed www/img/stop.png
Binary file not shown.
2 changes: 1 addition & 1 deletion www/js/goals.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
3 changes: 0 additions & 3 deletions www/templates/intro/intro.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<ion-view hide-nav-bar="true" class="intro-view">
<ion-slide-box delegate-handle="intro-box" on-slide-changed="slideChanged(index)" show-pager="false">
<ion-slide>
<ng-include src="'templates/intro/study-text.html'"></ng-include>
</ion-slide>
<ion-slide>
<ng-include src="'templates/intro/summary.html'"></ng-include>
</ion-slide>
Expand Down
19 changes: 0 additions & 19 deletions www/templates/intro/study-text.html

This file was deleted.

1 change: 1 addition & 0 deletions www/templates/intro/summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
GETTING STARTED
</button>
</ion-footer-bar>

0 comments on commit d561906

Please sign in to comment.