Commit 0b5800c0 by aa.gustiana@gmail.com

Merge branch 'v5.0' of https://git.opensipkd.com/aa.gusti/opensipkd-base into v5.0

2 parents 70b8d9a1 cfa6c812
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
const value = document.cookie; const value = document.cookie;
const parts = value.split(`g_state=`); const parts = value.split(`g_state=`);
if (parts.length === 2) { if (parts.length === 2) {
// document.cookie = "max-age=0"; //document.cookie = "max-age=0";
} }
} }
...@@ -208,4 +208,4 @@ ...@@ -208,4 +208,4 @@
</script> </script>
</body> </body>
</html>
\ No newline at end of file \ 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!