mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Extra & character
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
if (countFor.length > 0) {
|
if (countFor.length > 0) {
|
||||||
// Send JSONP request for the counts
|
// Send JSONP request for the counts
|
||||||
var d = document.createElement('script');
|
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++) {
|
for (var j=0; j<countFor.length; j++) {
|
||||||
d.src += "&" + "embed_url[]=" + encodeURIComponent(countFor[j]);
|
d.src += "&" + "embed_url[]=" + encodeURIComponent(countFor[j]);
|
||||||
|
|||||||
Reference in New Issue
Block a user