mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 09:31:01 +01:00
fix bad English in comment
This commit is contained in:
parent
22ad39ea4d
commit
d1c752da29
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue