mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Fix style issue
This commit is contained in:
parent
40e88616dc
commit
acdd253081
|
|
@ -1036,7 +1036,7 @@ Storage.createReplayFile = function (room) {
|
|||
return buf;
|
||||
};
|
||||
|
||||
Storage.createReplayFileHref = function(room) {
|
||||
Storage.createReplayFileHref = function (room) {
|
||||
return 'data:text/plain;base64,' + encodeURIComponent(window.btoa(unescape(encodeURIComponent(Storage.createReplayFile(room)))));
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user