summaryrefslogtreecommitdiffstats
path: root/application/palemoon
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-06-04 04:40:14 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-06-04 04:40:14 +0200
commit36e5eacbbf027af61294112b47e6cf70684b8981 (patch)
treedf5fde1d8416947bc04b0d28503d075970f3ebcf /application/palemoon
parent0b381c1b36baeeb7ce659f8fcac4510200938d8f (diff)
downloadUXP-36e5eacbbf027af61294112b47e6cf70684b8981.tar
UXP-36e5eacbbf027af61294112b47e6cf70684b8981.tar.gz
UXP-36e5eacbbf027af61294112b47e6cf70684b8981.tar.lz
UXP-36e5eacbbf027af61294112b47e6cf70684b8981.tar.xz
UXP-36e5eacbbf027af61294112b47e6cf70684b8981.zip
Remove an unnecessary comment when closing the dialog
Issue #434
Diffstat (limited to 'application/palemoon')
-rw-r--r--application/palemoon/base/content/openLocation.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/application/palemoon/base/content/openLocation.js b/application/palemoon/base/content/openLocation.js
index ed869ac9c..7ad2f7c4a 100644
--- a/application/palemoon/base/content/openLocation.js
+++ b/application/palemoon/base/content/openLocation.js
@@ -116,7 +116,6 @@ function openLocation(openData)
"general.open_location.last_window_choice", dialog.openWhereList.value);
}
- // Delay closing slightly to avoid timing bug on Linux.
window.close();
}