From 56dd183ca10b89d7723010e7ea4a46fd804e3e7e Mon Sep 17 00:00:00 2001 From: panpawn Date: Fri, 9 Jun 2017 16:32:37 -0400 Subject: [PATCH] Fix close button on replay uploaded popup (#937) --- js/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/client.js b/js/client.js index dcab98ebf..3a2f9dac4 100644 --- a/js/client.js +++ b/js/client.js @@ -2530,7 +2530,7 @@ var buf = ''; buf = '

Your replay has been uploaded! It\'s available at:

'; buf += '

http://replay.pokemonshowdown.com/' + data.id + '

'; - buf += '

'; + buf += '

'; this.$el.html(buf).css('max-width', 620); }, clickClose: function () {