bug 1396: Codestyle cleanup

bug-1396
INOPIAE 9 years ago committed by Benny Baumann
parent 4edd7b57c0
commit 09e2615ec5

@ -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…
Cancel
Save