mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-15 18:13:25 -06:00
router.beforeEach clarifying comment, reduce XL viewport SeasonList/AIS-Search columns, add Skeleton outer skeleton with padding + animation speed adjustments, begin reformatting files to preferred format
This commit is contained in:
@@ -16,6 +16,7 @@ Vue.use(VueClipboard)
|
||||
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
// Prevent invalid episodes, seasons and characters from being accessed
|
||||
router.beforeEach((to, from, next) => {
|
||||
// eslint-disable-next-line no-constant-condition
|
||||
if (from.name !== null && to.name === "Character" && false) next(false);
|
||||
|
||||
Reference in New Issue
Block a user