Browse Source

fix

master
Aaron Parecki 6 years ago
parent
commit
1cc7b0b258
No known key found for this signature in database GPG Key ID: 276C2817346D6056
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      public/js/app.js
  2. +1
    -1
      resources/assets/js/components/Scorecard.vue

+ 1
- 1
public/js/app.js
File diff suppressed because it is too large
View File


+ 1
- 1
resources/assets/js/components/Scorecard.vue View File

@ -239,7 +239,7 @@ module.exports = {
scoreTweet() {
var score_data = {};
switch(this.tweet.mission_id) {
switch(parseInt(this.tweet.mission_id)) {
case 1:
score_data['m1_complete'] = 1;
score_data['m1_transit_line_id'] = this.selectedTransitLine;

Loading…
Cancel
Save