summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-18 21:17:13 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-18 21:17:13 -0500
commite04d56d4b831e955895559c968459fb7499c4a48 (patch)
tree9942cb3c038e4ef83e346c68b8b4e143a6e45e1e
parent1111ec7506264dfd224ca117a5761436c78aaf45 (diff)
downloadaura-central-e04d56d4b831e955895559c968459fb7499c4a48.tar.gz
[Apps:Navigator] Don't hide the accept button on the setDesktopBackground dialog
-rw-r--r--apps/navigator/components/shell/content/setDesktopBackground.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/navigator/components/shell/content/setDesktopBackground.js b/apps/navigator/components/shell/content/setDesktopBackground.js
index 1a43681a3..1cb8bae7b 100644
--- a/apps/navigator/components/shell/content/setDesktopBackground.js
+++ b/apps/navigator/components/shell/content/setDesktopBackground.js
@@ -23,7 +23,6 @@ var gSetBackground = {
this._canvas = document.getElementById("screen");
this._screenWidth = screen.width;
this._screenHeight = screen.height;
- document.documentElement.getButton("accept").hidden = true;
if (this._screenWidth / this._screenHeight >= 1.6)
document.getElementById("monitor").setAttribute("aspectratio", "16:10");