mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
Longer timeout for hover in superfish
Fixes #898 by keeping the popup there for 400ms before hiding it Thanks, Orlando!
This commit is contained in:
parent
c79d1c964a
commit
f67dd416d1
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
var cfg = {
|
var cfg = {
|
||||||
sensitivity: 7,
|
sensitivity: 7,
|
||||||
interval: 100,
|
interval: 100,
|
||||||
timeout: 0
|
timeout: 400
|
||||||
};
|
};
|
||||||
// override configuration options with user supplied object
|
// override configuration options with user supplied object
|
||||||
cfg = $.extend(cfg, g ? { over: f, out: g } : f );
|
cfg = $.extend(cfg, g ? { over: f, out: g } : f );
|
||||||
|
|
@ -81,4 +81,4 @@
|
||||||
return this.mouseover(handleHover).mouseout(handleHover);
|
return this.mouseover(handleHover).mouseout(handleHover);
|
||||||
};
|
};
|
||||||
|
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue