Skip to content

Commit

Permalink
Fix problem feed
Browse files Browse the repository at this point in the history
  • Loading branch information
cuom1999 committed Aug 15, 2024
1 parent ff2c4e9 commit f98549e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/feed/feed_js.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
for (var i = 0; i < vars.length; i++) {
var pair = vars[i].split("=");
var key = decodeURIComponent(pair[0]);
if (!key) continue;
var value = decodeURIComponent(pair[1].replace(/\+/g, ' '));
queryParams[key] = value;
}
Expand Down

0 comments on commit f98549e

Please sign in to comment.