We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19b245d + 3a3ff66 commit c28cde2Copy full SHA for c28cde2
js/aria2.js
@@ -59,7 +59,7 @@ if (typeof ARIA2=="undefined"||!ARIA2) var ARIA2=(function(){
59
}
60
61
function bind_event(dom) {
62
- dom.find("[rel=tooltip]").tooltip({"placement": "bottom"});
+ dom.find("[rel=tooltip]").tooltip({"placement": "bottom", trigger : 'hover'});
63
64
65
function get_title(result) {
0 commit comments