Kaydet (Commit) 90571e5e authored tarafından Baran Sekin's avatar Baran Sekin

Improved redirection mechanism

üst 291984de
......@@ -5,10 +5,10 @@
<script>
window.setTimeout(function () {
window.location = "{{ $url }}";
}, 1000);
}(), 1000);
</script>
<noscript>
<meta http-equiv="refresh" content="1;url={{ $url }}" />
<meta http-equiv="refresh" content="0;url={{ $url }}" />
</noscript>
</head>
<body>
......
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