This commit is contained in:
Dmytro Barylo
2017-03-04 21:06:01 +02:00
parent a1ed712780
commit ebb4d19d30
6 changed files with 24 additions and 10 deletions

View File

@@ -104,7 +104,6 @@ export default {
document.title = this.movie.title + storage.pageTitlePostfix;
}.bind(this))
.catch(function(error) {
console.log('error');
this.$router.push({ name: '404' });
}.bind(this));
},