Kaydet (Commit) 95028ba5 authored tarafından mertcelen's avatar mertcelen

Fix back and forward buttons on browser for navigation.

üst 7308de85
......@@ -31,6 +31,10 @@
showSwal(json.message,'error',2000);
},"GET");
}
window.addEventListener('popstate', function (event) {
window.location.href = window.location.hash;
});
</script>
@stop
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment