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