Enable global site transition via a .env boolean
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
*/
|
||||
let scope
|
||||
let firstLoad = true
|
||||
let previousPage
|
||||
|
||||
// 1. Watch page change
|
||||
page.subscribe(page => {
|
||||
@@ -35,9 +34,6 @@
|
||||
|
||||
// Set pageReady to false (?)
|
||||
pageReady.set(false)
|
||||
|
||||
// Store current page
|
||||
previousPage = page
|
||||
})
|
||||
|
||||
// 2. Watch when loaded changes
|
||||
|
||||
Reference in New Issue
Block a user