This website works better with JavaScript.
Home
Explore
Help
Sign In
aaronpk
/
spy30
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix
master
Aaron Parecki
7 years ago
parent
9e745855da
commit
1cc7b0b258
No known key found for this signature in database
GPG Key ID:
276C2817346D6056
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/js/app.js
+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
;
Write
Preview
Loading…
Cancel
Save