bug 1396: Codestyle cleanup

This commit is contained in:
INOPIAE 2015-08-09 19:13:45 +02:00 committed by Benny Baumann
parent 4edd7b57c0
commit 09e2615ec5

View file

@ -2,7 +2,7 @@ var delay = 2000;
setTimeout('redirect()', delay);
function redirect() {
var returnto = document.getElementById('returnto');
var returnto = document.getElementById('returnto');
window.location = returnto.value;
window.location = returnto.value;
}