Skip to content

Commit

Permalink
Merge pull request #8 from wells/v1.1.4-dev
Browse files Browse the repository at this point in the history
v1.1.4 dev
  • Loading branch information
wells authored Dec 27, 2016
2 parents 071b9cc + 3b4a016 commit 67a644d
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 34 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/rev-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"css/app.css": "css/app-c6da92f35b.css",
"js/app.js": "js/app-3a65e013a6.js"
"js/app.js": "js/app-dcee74d813.js"
}
14 changes: 7 additions & 7 deletions public/js/app.js

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions resources/assets/js/components/Movies.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,15 @@ export default {
},
created: function () {
this.loadingRoute()
if(this.movies.length == 0) {
this.loadingRoute()
}
this.clearGenresFilter()
this.fetchData()
},
watch: {
'$route': function () {
this.loadingRoute()
this.fetchData()
},
'links': function () {
let self = this
Expand Down
10 changes: 3 additions & 7 deletions resources/assets/js/components/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,11 @@ export default {
},
created: function () {
this.loadingRoute()
this.fetchData()
},
watch: {
'$route': function () {
if(!this.settings) {
this.loadingRoute()
this.fetchData()
}
this.fetchData()
},
methods: {
Expand Down
10 changes: 4 additions & 6 deletions resources/assets/js/components/Shows.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,15 @@ export default {
},
created: function () {
this.loadingRoute()
if(this.shows.length == 0) {
this.loadingRoute()
}
this.clearGenresFilter()
this.fetchData()
},
watch: {
'$route': function () {
this.loadingRoute()
this.fetchData()
},
'links': function () {
let self = this
Expand Down

0 comments on commit 67a644d

Please sign in to comment.