mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
duh
This commit is contained in:
parent
125513164f
commit
637439c6db
1 changed files with 2 additions and 2 deletions
|
|
@ -198,9 +198,9 @@ HnSwitches.prototype.toggleBranchZ = function(switchName, targetHostname, newSta
|
|||
|
||||
HnSwitches.prototype.toggleZ = function(switchName, hostname, deep, newState) {
|
||||
if ( deep === true ) {
|
||||
return this.hnSwitches.toggleBranchZ(switchName, hostname, newState);
|
||||
return this.toggleBranchZ(switchName, hostname, newState);
|
||||
}
|
||||
return this.hnSwitches.toggleOneZ(switchName, hostname, newState);
|
||||
return this.toggleOneZ(switchName, hostname, newState);
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in a new issue