diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2015-07-13 22:52:06 -0500 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2015-07-13 22:52:06 -0500 |
commit | 9cb91f8a48f9467e448f88984c20b3429e8a2510 (patch) | |
tree | 05104ee593dade85e0873615eff0ee0369361210 /data/extensions/spyblock@gnu.org/chrome/content/errors.html | |
parent | 58f127c1d5f8c89b9e55803701f734756d1cfa2a (diff) |
Spyblock updated to 2.6.9.0 from upstream changes
Diffstat (limited to 'data/extensions/spyblock@gnu.org/chrome/content/errors.html')
-rw-r--r-- | data/extensions/spyblock@gnu.org/chrome/content/errors.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/extensions/spyblock@gnu.org/chrome/content/errors.html b/data/extensions/spyblock@gnu.org/chrome/content/errors.html index 5c18929..24e05a5 100644 --- a/data/extensions/spyblock@gnu.org/chrome/content/errors.html +++ b/data/extensions/spyblock@gnu.org/chrome/content/errors.html @@ -65,7 +65,7 @@ { document.write("<p>Errors related to Adblock Plus:</p>"); - for each (let message in messages) + for (let message of messages) { let type = (message.flags & Components.interfaces.nsIScriptError.warningFlag ? "warning" : "error"); let html = "<b>" + (type == "warning" ? "Warning:" : "Error:") + "</b><br>"; |