From 4e202e8c9a9ad52c3d86d62957d4ba44cd0cafb9 Mon Sep 17 00:00:00 2001 From: saturn Date: Fri, 17 Jan 2020 21:58:11 -0600 Subject: [PATCH] Fixed a few minor UI glitches on mobile Firefox --- src/platform/firefox/manifest.json | 4 ++-- src/popup.html | 3 ++- src/popup.js | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/platform/firefox/manifest.json b/src/platform/firefox/manifest.json index 275afdc..4cce8af 100644 --- a/src/platform/firefox/manifest.json +++ b/src/platform/firefox/manifest.json @@ -23,7 +23,7 @@ ], "browser_action": { "default_popup": "popup.html", - "default_title": "AlwaysKillSticky - Click the icon to control sticky-killing on this site!", + "default_title": "AlwaysKillSticky", "default_icon": { "19": "images/AKS_on_19.png", "38": "images/AKS_on_38.png" @@ -37,4 +37,4 @@ "page": "options.html", "open_in_tab": true } -} \ No newline at end of file +} diff --git a/src/popup.html b/src/popup.html index bccc587..1973cd0 100644 --- a/src/popup.html +++ b/src/popup.html @@ -1,6 +1,7 @@ AlwaysKillSticky + @@ -27,4 +28,4 @@ - \ No newline at end of file + diff --git a/src/popup.js b/src/popup.js index 159d1c4..e2b660e 100644 --- a/src/popup.js +++ b/src/popup.js @@ -298,4 +298,4 @@ function initialize() { }); } -initialize(); \ No newline at end of file +initialize();