update jquery to 1.10.2; change "bind" to "on" everywhere; fixes vichan-devel#27
This commit is contained in:
@@ -189,7 +189,7 @@ $(function(){
|
||||
}
|
||||
|
||||
if (device_type == "desktop")
|
||||
link.unbind().mouseenter(function() {
|
||||
link.off().mouseenter(function() {
|
||||
updating_suspended = true;
|
||||
$('.cb-menu').remove();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user