mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 20:52:11 +02:00
spacing issues
This commit is contained in:
parent
30d2ea0ea5
commit
f09ee92fe1
1 changed files with 2 additions and 2 deletions
|
@ -343,11 +343,11 @@
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function locationChanged() {
|
||||
lastPage = location.href;
|
||||
}
|
||||
|
||||
|
||||
// Load / unload.
|
||||
window.addEventListener("load", onLoad); // More robust to Web site issues than using $(document).ready().
|
||||
window.addEventListener("hashchange", locationChanged);
|
||||
|
|
Loading…
Reference in a new issue