Skip to content

Commit c28cde2

Browse files
committed
Merge pull request #97 from Haocen/patch-1
Avoid tooltip stuck on screen.
2 parents 19b245d + 3a3ff66 commit c28cde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/aria2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if (typeof ARIA2=="undefined"||!ARIA2) var ARIA2=(function(){
5959
}
6060

6161
function bind_event(dom) {
62-
dom.find("[rel=tooltip]").tooltip({"placement": "bottom"});
62+
dom.find("[rel=tooltip]").tooltip({"placement": "bottom", trigger : 'hover'});
6363
}
6464

6565
function get_title(result) {

0 commit comments

Comments
 (0)