fixing abbreviation error on load
This commit is contained in:
@@ -26,7 +26,9 @@ window.addEventListener("navigate", () => {
|
||||
window.dispatchEvent(event)
|
||||
}
|
||||
|
||||
document.title = `${window.currentNetwork.abbreviation} | Parchment`
|
||||
if(window.currentNetwork) { // 2 navigates fire on load: 1 initial, and one after the org redirect
|
||||
document.title = `${window.currentNetwork.abbreviation} | Parchment`
|
||||
}
|
||||
})
|
||||
|
||||
window.selectedNetwork = function () {
|
||||
|
||||
Reference in New Issue
Block a user