provide "return home" key

This commit is contained in:
Friendika 2011-01-04 05:06:10 -08:00
parent 2bf99df385
commit 64628c800d
4 changed files with 11 additions and 0 deletions

View file

@ -44,6 +44,11 @@
$('#pause').html('');
}
}
if(event.keyCode == '36') {
event.preventDefault();
if(homebase)
document.location = homebase;
}
});
});