X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Fbriskin5.js;h=32545f7102186c5ef84046bad7cf1db40b5122c3;hb=bd4ee6dd7696eeb5b0f8d7c7dc0cd9c840843146;hp=d571b75f8d52cb4b791e4120a9ae38ecbc40d4eb;hpb=70234232cbab5617dcae7a3719b7d7a75f63cf62;p=brisk.git diff --git a/web/briskin5/briskin5.js b/web/briskin5/briskin5.js index d571b75..32545f7 100644 --- a/web/briskin5/briskin5.js +++ b/web/briskin5/briskin5.js @@ -1,7 +1,7 @@ /* * brisk - briskin5.js * - * Copyright (C) 2006-2011 Matteo Nastasi + * Copyright (C) 2006-2012 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -266,7 +266,9 @@ function act_reload() { window.onunload = null; window.onbeforeunload = null; - document.location.reload(); + // alert(document.location.toString()); + document.location.assign("index.php"); + // document.location.reload(); } function set_names(so,ea,ne,nw,we)