mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
Fixed typo that broke anchors. (#268)
This commit is contained in:
parent
4bcf3c1145
commit
40c3185f64
@ -67,7 +67,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
updated() {
|
updated() {
|
||||||
if (window.ocation.hash) {
|
if (window.location.hash) {
|
||||||
window.location.replace(window.location.hash);
|
window.location.replace(window.location.hash);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user