Skip to content

Commit 77e8110

Browse files
committed
fix
1 parent 5caba34 commit 77e8110

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Easy offline/Easy offline.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// @namespace http://tampermonkey.net/
99
// @require https://cdn.jsdelivr.net/jquery/1.7.2/jquery.min.js
1010
// @require https://cdn.jsdelivr.net/hi-base64/0.2.0/base64.min.js
11-
// @version 1.3.11
11+
// @version 1.3.12
1212
// @author Hoothin
1313
// @mail rixixi@gmail.com
1414
// @include http*://*/*
@@ -368,7 +368,7 @@
368368
e.stopPropagation();
369369
});
370370
document.addEventListener("mouseover", function(e){
371-
hideIcons();
371+
if(parentDiv.css("display")!="none")hideIcons();
372372
});
373373
var preNode;
374374
if(showType){

0 commit comments

Comments
 (0)