serverside-frontend-configuration-2
2 unresolved threads
2 unresolved threads
Updated version of !302 (closed)
Edited by Hakaba Hitoyo
Merge request reports
Activity
mentioned in merge request !302 (closed)
129 { name: 'registration', path: '/registration', component: Registration }, 130 { name: 'registration', path: '/registration/:token', component: Registration }, 131 { name: 'friend-requests', path: '/friend-requests', component: FollowRequests }, 132 { name: 'user-settings', path: '/user-settings', component: UserSettings } 133 ] 134 135 const router = new VueRouter({ 136 mode: 'history', 137 routes, 138 scrollBehavior: (to, from, savedPosition) => { 139 if (to.matched.some(m => m.meta.dontScroll)) { 140 return false 141 } 142 return savedPosition || { x: 0, y: 0 } 99 var apiStatusnetConfigSitePleromafe = data.site.pleromafe 100 window.fetch('/static/sonfig.json') changed this line in version 2 of the diff
128 { name: 'settings', path: '/settings', component: Settings }, 129 { name: 'registration', path: '/registration', component: Registration }, 130 { name: 'registration', path: '/registration/:token', component: Registration }, 131 { name: 'friend-requests', path: '/friend-requests', component: FollowRequests }, 132 { name: 'user-settings', path: '/user-settings', component: UserSettings } 133 ] 134 135 const router = new VueRouter({ 136 mode: 'history', 137 routes, 138 scrollBehavior: (to, from, savedPosition) => { 139 if (to.matched.some(m => m.meta.dontScroll)) { 140 return false 141 } 142 return savedPosition || { x: 0, y: 0 } 99 var apiStatusnetConfigSitePleromafe = data.site.pleromafe changed this line in version 2 of the diff
mentioned in commit bc4f09b7
Please register or sign in to reply