File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 3 ,
3
3
"name" : " __MSG_extensionName__" ,
4
- "version" : " 0.5.4 " ,
4
+ "version" : " 0.5.5 " ,
5
5
"description" : " __MSG_extensionDescription__" ,
6
6
"default_locale" : " en" ,
7
7
"homepage_url" : " https://github.com/imigueldiaz/firefox-quick-abstract" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ function showErrorBadge(message) {
54
54
errorBadge . style . opacity = '1' ;
55
55
setTimeout ( ( ) => {
56
56
errorBadge . style . opacity = '0' ;
57
- setTimeout ( ( ) => errorBadge . remove ( ) , 500 ) ;
57
+
58
58
} , 2000 ) ;
59
59
}
60
60
}
@@ -73,7 +73,7 @@ function showInfoBadge() {
73
73
infoBadge . style . opacity = '1' ;
74
74
setTimeout ( ( ) => {
75
75
infoBadge . style . opacity = '0' ;
76
- setTimeout ( ( ) => infoBadge . remove ( ) , 500 ) ;
76
+
77
77
} , 2000 ) ;
78
78
}
79
79
}
You can’t perform that action at this time.
0 commit comments