diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-04 04:40:14 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-04 04:40:14 +0200 |
commit | 36e5eacbbf027af61294112b47e6cf70684b8981 (patch) | |
tree | df5fde1d8416947bc04b0d28503d075970f3ebcf /application/palemoon/base/content | |
parent | 0b381c1b36baeeb7ce659f8fcac4510200938d8f (diff) | |
download | UXP-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/base/content')
-rw-r--r-- | application/palemoon/base/content/openLocation.js | 1 |
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(); } |