Skip to content

Commit

Permalink
Remove disable caches message
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Nov 13, 2024
1 parent 73331dc commit ff63663
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions play.pokemonshowdown.com/js/client-teambuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,9 @@
buf += '<h2>Hi</h2>';
buf += '<p>Did you have a good day?</p>';
buf += '<p><button class="button" name="greeting" value="Y"><i class="fa fa-smile-o"></i> Yes, my day was pretty good</button> <button class="button" name="greeting" value="N"><i class="fa fa-frown-o"></i> No, it wasn\'t great</button></p>';
if (Storage.teams && !Storage.teams.length) {
buf += '<p><a style="color:#AA2222;text-decoration:none" href="http://staraptorshowdown.com" target="blank">Some people have reported losing their teams in our switch to HTTPS. Go Inspect Element -> Network -> Disable Caches. Then go to HTTP (http://staraptorshowdown.com) to your teams back.</a></p>';
}
// if (Storage.teams && !Storage.teams.length) {
// buf += '<p><a style="color:#AA2222;text-decoration:none" href="http://staraptorshowdown.com" target="blank">Some people have reported losing their teams in our switch to HTTPS. Go Inspect Element -> Network -> Disable Caches. Then go to HTTP (http://staraptorshowdown.com) to your teams back.</a></p>';
// }
buf += '<h2>All teams <small style="font-weight: normal">(' + teams.length + ')</small></h2>';
} else {
if (this.curFolder.slice(-1) === '/') {
Expand Down

0 comments on commit ff63663

Please sign in to comment.