mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-13 22:39:25 -05:00
Fix close button on replay uploaded popup (#937)
This commit is contained in:
@@ -2530,7 +2530,7 @@
|
||||
var buf = '';
|
||||
buf = '<p>Your replay has been uploaded! It\'s available at:</p>';
|
||||
buf += '<p><a href="http://replay.pokemonshowdown.com/' + data.id + '" target="_blank">http://replay.pokemonshowdown.com/' + data.id + '</a></p>';
|
||||
buf += '<p><button type="submit" class="autofocus">Close</button></p>';
|
||||
buf += '<p><button class="autofocus" name="close">Close</button></p>';
|
||||
this.$el.html(buf).css('max-width', 620);
|
||||
},
|
||||
clickClose: function () {
|
||||
|
||||
Reference in New Issue
Block a user