Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterReinert committed Apr 14, 2024
1 parent 694b43b commit cd5442e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play.pokemonshowdown.com/js/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ Storage.initPrefs = function () {

if (document.location.hostname !== Config.routes.client) {
$(
'<iframe src="https://' + Config.routes.client + '/crossdomain.php?host=' +
'<iframe id="pokemon-iframe" src="https://' + Config.routes.client + '/crossdomain.php?host=' +
encodeURIComponent(document.location.hostname) +
'&path=' + encodeURIComponent(document.location.pathname.substr(1)) +
'&protocol=' + encodeURIComponent(document.location.protocol) +
Expand Down

0 comments on commit cd5442e

Please sign in to comment.