From 0a7610dac3c1eb887d3add118493f88fa364bbcc Mon Sep 17 00:00:00 2001
From: Aaron Parecki
Date: Mon, 3 Jul 2017 17:52:25 -0700
Subject: [PATCH] formatting
---
app/Tweet.php | 3 ++-
public/js/app.js | 3 ++-
resources/assets/js/components/Scorecard.vue | 15 ++++++++-------
resources/views/slideshow.blade.php | 2 +-
4 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/app/Tweet.php b/app/Tweet.php
index ae58bc5..e6b4bd7 100644
--- a/app/Tweet.php
+++ b/app/Tweet.php
@@ -39,6 +39,7 @@ class Tweet extends Model
}
public static function queued() {
- return Tweet::whereNull('claimed_at')->where('processed', 0)->where('mission_id', '>', 0)->orderBy('tweet_date', 'asc');
+ return Tweet::whereNull('claimed_at')->where('processed', 0)
+ ->where('mission_id', '>', 0)->orderBy('tweet_date', 'asc');
}
}
diff --git a/public/js/app.js b/public/js/app.js
index 6b5daf6..dd74596 100644
--- a/public/js/app.js
+++ b/public/js/app.js
@@ -46986,7 +46986,7 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
}
}
}
- }), _vm._v("\n Singing\n ")]), _vm._v(" "), _c('label', [_c('input', {
+ }), _vm._v("\n Singing\n ")]), _vm._v(" "), _c('br'), _vm._v(" "), _c('label', [_c('input', {
directives: [{
name: "model",
rawName: "v-model",
@@ -47073,6 +47073,7 @@ if (false) {
/* 61 */
/***/ (function(module, exports) {
+//
//
//
//
diff --git a/resources/assets/js/components/Scorecard.vue b/resources/assets/js/components/Scorecard.vue
index e040694..2f159ef 100644
--- a/resources/assets/js/components/Scorecard.vue
+++ b/resources/assets/js/components/Scorecard.vue
@@ -45,7 +45,7 @@
-
+
The photo must show the sign with the transit line
@@ -63,7 +63,7 @@
-
+
-
+
-
+
-
+
Accept a photo of either a team member singing, or a photo of tipping the bus driver
@@ -120,6 +120,7 @@
Singing
+
-
+
The photo must show all team members with their completed visas
-
+
Accept a photo that completes one of the below documents:
diff --git a/resources/views/slideshow.blade.php b/resources/views/slideshow.blade.php
index 5079670..f9b3458 100644
--- a/resources/views/slideshow.blade.php
+++ b/resources/views/slideshow.blade.php
@@ -39,7 +39,7 @@ var opts = {
// speed to advance slides at. accepts number of milliseconds
speed : 6000,
// pause advancing on mouseover? accepts boolean
- pauseOnHover : true
+ pauseOnHover : false
},
// show fullscreen toggle? accepts boolean
fullScreen : true