Skip to content

Commit 7b54d7c

Browse files
committed
Version bumped to 0.5.5 fixing #13
1 parent 0701b82 commit 7b54d7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "__MSG_extensionName__",
4-
"version": "0.5.4",
4+
"version": "0.5.5",
55
"description": "__MSG_extensionDescription__",
66
"default_locale": "en",
77
"homepage_url": "https://github.com/imigueldiaz/firefox-quick-abstract",

options/options.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function showErrorBadge(message) {
5454
errorBadge.style.opacity = '1';
5555
setTimeout(() => {
5656
errorBadge.style.opacity = '0';
57-
setTimeout(() => errorBadge.remove(), 500);
57+
5858
}, 2000);
5959
}
6060
}
@@ -73,7 +73,7 @@ function showInfoBadge() {
7373
infoBadge.style.opacity = '1';
7474
setTimeout(() => {
7575
infoBadge.style.opacity = '0';
76-
setTimeout(() => infoBadge.remove(), 500);
76+
7777
}, 2000);
7878
}
7979
}

0 commit comments

Comments
 (0)