mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-23 19:03:02 +01:00
duh
This commit is contained in:
parent
125513164f
commit
637439c6db
@ -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 New Issue
Block a user