diff options
Diffstat (limited to 'src/content/ftp.js')
-rw-r--r-- | src/content/ftp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/ftp.js b/src/content/ftp.js index 73ef5e8..cb29f13 100644 --- a/src/content/ftp.js +++ b/src/content/ftp.js @@ -1,4 +1,4 @@ -(() => { +if (UA.isMozilla) (() => { // see https://dxr.mozilla.org/mozilla-central/rev/d03b538b6b417ba892d0a92fd693945b741246e1/netwerk/streamconv/converters/nsIndexedToHTML.cpp#381 'use strict'; var gTable, gOrderBy, gTBody, gRows, gUI_showHidden; |