Skip to content

Commit 9cbc306

Browse files
committed
Merge branch 'master' of https://github.com/hoothin/UserScripts
2 parents e74c019 + 85c8040 commit 9cbc306

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Picviewer CE+/dist.user.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23539,6 +23539,7 @@ ImgOps | https://imgops.com/#b#`;
2353923539
},
2354023540
remove:function(){
2354123541
if(!this.removed){
23542+
lastPopupLoading = null;
2354223543
this.removed=true;
2354323544
this.loadingAnim.parentNode.removeChild(this.loadingAnim);
2354423545
LoadingAnimC.all.splice(LoadingAnimC.all.indexOf(this),1);
@@ -23651,6 +23652,7 @@ ImgOps | https://imgops.com/#b#`;
2365123652
},
2365223653

2365323654
load:async function(img,e){
23655+
lastPopupLoading = null;
2365423656
this.remove();
2365523657
this.img=img;
2365623658
var buttonType=this.buttonType;

0 commit comments

Comments
 (0)