From d1c752da2901361467c6b8c537d87ba646836cb1 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 16 Aug 2017 18:06:04 -0400 Subject: [PATCH] fix bad English in comment --- src/js/contentscript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/contentscript.js b/src/js/contentscript.js index f54863ac8..b15b687c7 100644 --- a/src/js/contentscript.js +++ b/src/js/contentscript.js @@ -1034,7 +1034,7 @@ vAPI.domCollapser = (function() { // https://github.com/chrisaljoudi/uBlock/issues/174 // Do not remove fragment from src URL var onProcessed = function(response) { - if ( !response ) { // This can happens if uBO is restarted. + if ( !response ) { // This happens if uBO is disabled or restarted. toCollapse.clear(); return; }