From 8b7212f3d64baa76509e7d4a6210423eb2e86e33 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 14 Apr 2014 11:44:35 -0400 Subject: [PATCH] FIX: Extra `&` character --- public/javascripts/count.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/count.js b/public/javascripts/count.js index abbcc52f8..3275263d2 100644 --- a/public/javascripts/count.js +++ b/public/javascripts/count.js @@ -41,7 +41,7 @@ if (countFor.length > 0) { // Send JSONP request for the counts var d = document.createElement('script'); - d.src = discourseUrl + "embed/count?callback=discourseUpdateCounts&"; + d.src = discourseUrl + "embed/count?callback=discourseUpdateCounts"; for (var j=0; j