mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +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) {
|
HnSwitches.prototype.toggleZ = function(switchName, hostname, deep, newState) {
|
||||||
if ( deep === true ) {
|
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