Commit cfa6c812 by bapenda tasik

remark cookie

1 parent 033d3fe8
......@@ -155,7 +155,7 @@
const value = document.cookie;
const parts = value.split(`g_state=`);
if (parts.length === 2) {
document.cookie = "max-age=0";
//document.cookie = "max-age=0";
}
}
......@@ -208,4 +208,4 @@
</script>
</body>
</html>
\ No newline at end of file
</html>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!