From 3e263e892e651eefb05005ce479297ed61ba43f0 Mon Sep 17 00:00:00 2001 From: "Cathy J. Fitzpatrick" Date: Wed, 17 Apr 2013 19:25:13 -0600 Subject: [PATCH] Add missing OK button to `nothirdparty` overlay --- js/sim.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/sim.js b/js/sim.js index 8efa4fca9..7a095f5c4 100644 --- a/js/sim.js +++ b/js/sim.js @@ -3154,6 +3154,7 @@ function overlay(overlayType, data) { contents += '

You have third-party cookies disabled in your browser.

'; contents += '

Pokemon Showdown uses third-party cookies and localStorage to handle teams, preferences, and logging in on third-party servers.

'; contents += '

We recommend that you enable third-party cookies and then refresh this page. You can ignore this recommendation if you want, but some things might not work properly on third-party servers.

'; + contents += '

'; focusElem = '#overlay_ok'; break; case 'init':