mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: Extra &
character
This commit is contained in:
parent
d5befc294c
commit
8b7212f3d6
1 changed files with 1 additions and 1 deletions
|
@ -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<countFor.length; j++) {
|
||||
d.src += "&" + "embed_url[]=" + encodeURIComponent(countFor[j]);
|
||||
|
|
Loading…
Reference in a new issue