bug 1396: Codestyle cleanup
This commit is contained in:
parent
4edd7b57c0
commit
09e2615ec5
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ var delay = 2000;
|
|||
setTimeout('redirect()', delay);
|
||||
|
||||
function redirect() {
|
||||
var returnto = document.getElementById('returnto');
|
||||
|
||||
window.location = returnto.value;
|
||||
}
|
||||
var returnto = document.getElementById('returnto');
|
||||
|
||||
window.location = returnto.value;
|
||||
}
|
Loading…
Reference in a new issue