Always show "sign out" link in IITCm. (no hover on touch screen --> an accidental click would directly log you out)

This commit is contained in:
fkloft
2013-08-09 17:19:43 +02:00
parent 855ad003a2
commit 84b38bdd82
3 changed files with 8 additions and 7 deletions

View File

@ -300,12 +300,6 @@ window.setupPlayerStat = function() {
+ '</div>'
+ '</h2>'
);
$('#name').mouseenter(function() {
$('#signout').show();
}).mouseleave(function() {
$('#signout').hide();
});
}
window.setupSidebarToggle = function() {