diff options
Diffstat (limited to 'src/js/hnswitches.js')
-rw-r--r-- | src/js/hnswitches.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/js/hnswitches.js b/src/js/hnswitches.js index 1ae3de1..cd13177 100644 --- a/src/js/hnswitches.js +++ b/src/js/hnswitches.js @@ -104,6 +104,7 @@ HnSwitches.toBroaderHostname = toBroaderHostname; HnSwitches.prototype.reset = function() { this.switches = {}; + this.z = ''; }; /******************************************************************************/ @@ -229,6 +230,7 @@ HnSwitches.prototype.evaluateZ = function(switchName, hostname) { if ( bits !== 0 ) { bits = bits >> bitOffset & 3; if ( bits !== 0 ) { + this.z = s; return bits === 1; } } |