diff --git a/public/index.html b/public/index.html
index 4d064c775..be8e12f0f 100755
--- a/public/index.html
+++ b/public/index.html
@@ -72,9 +72,11 @@
window.location.hash = $(this).attr("name");
return false;
});
-
}
-
+ // window.addEventListener("popstate", function(e) {
+ // console.log("popstate",e);
+ // history.go(-2);
+ // }, false);