]> git.mxchange.org Git - mailer.git/blob - templates/de/html/js/js_cookies_disabled.tpl
More use of EL, fix for admin links
[mailer.git] / templates / de / html / js / js_cookies_disabled.tpl
1 function Loader() {
2         document.location.href = '{%url,js=modules.php?module=index&what=login%}&code={%code=COOKIES_DISABLED%}';
3 }
4
5 window.setTimeout("Loader()", 2000);