Refined regexp to not check the path

This commit is contained in:
Thomas Young
2023-04-25 13:26:00 -05:00
parent acb289dd98
commit 30f2d0b4ac
+1 -1
View File
@@ -4,7 +4,7 @@ let lastHeadImg = null;
let notificationButton = null;
const regExpTempImage = /.*tmp.*.png/g;
const regExpTempImage = /\/tmp.*\.png$/g;
onUiUpdate(function(){
if(notificationButton == null){