diff --git a/index.html b/index.html
index e9caca0..1818f82 100644
--- a/index.html
+++ b/index.html
@@ -297,7 +297,7 @@ function toggle_blank() {
arrow.innerHTML=arrowChar;
}
function scroll_save() {
- document.cookie = "position=" + window.scrollY + ";";
+ document.cookie = "position=" + window.scrollY + "; path=" + window.location.pathname;
}
function scroll_load() {
var position=parseInt(get_cookie("position"));