on mouseout ctrl
This commit is contained in:
parent
53ae62440f
commit
0e7d9658ab
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ $(document).mousemove ->
|
|||
set_timer()
|
||||
|
||||
$('.ctrl').mouseover(block_hide)
|
||||
$('.ctrl').mouseout(unblock_hide)
|
||||
|
||||
# Timeout when we leave the window
|
||||
$(document).mouseleave(unblock_hide)
|
||||
|
|
Loading…
Reference in a new issue