diff options
Diffstat (limited to 'js/pagestats.js')
-rw-r--r-- | js/pagestats.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/pagestats.js b/js/pagestats.js index 276f099..d5c2cdd 100644 --- a/js/pagestats.js +++ b/js/pagestats.js @@ -206,7 +206,7 @@ }, recordRequest: function(type, url, block) { - if ( block !== false ) { + if ( block !== false ) { this.perLoadBlockedRequestCount++; } else { this.perLoadAllowedRequestCount++; |