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:
@ -300,12 +300,6 @@ window.setupPlayerStat = function() {
|
||||
+ '</div>'
|
||||
+ '</h2>'
|
||||
);
|
||||
|
||||
$('#name').mouseenter(function() {
|
||||
$('#signout').show();
|
||||
}).mouseleave(function() {
|
||||
$('#signout').hide();
|
||||
});
|
||||
}
|
||||
|
||||
window.setupSidebarToggle = function() {
|
||||
|
Reference in New Issue
Block a user