Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Sep 2, 2019
1 parent 1083b63 commit 8c9f802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/count.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

// Find canonical location of the current page.
var get_location = function() {
var result = {p: vars.path, r: vars.referrer};
var results = {p: vars.path, r: vars.referrer};

var rcb, fcb;
var rcb, pcb;
if (typeof(results.r) === 'function')
rcb = results.r;
if (typeof(results.p) === 'function')
Expand Down

0 comments on commit 8c9f802

Please sign in to comment.