Leave Game
-
+
Click the button bellow to leave this game. Please note that it will not close your account; it will simply quit the current game. You will have 24 hours after you click the button to cancel your action; after that, your planets will be made neutral, your fleets will be destroyed, your private messages erased, etc...
You will still be able to access the other games you're playing, and you'll be able to start playing any other game from the Account page.
name='quit' value='Leave =$args['name']?>' />
-
+
unless you decide to cancel this action by clicking the button below.
value='Do NOT leave =$args['name']?>' />
-
+
diff --git a/site/static/beta5/js/main.js b/site/static/beta5/js/main.js
index f7d9601..535492a 100644
--- a/site/static/beta5/js/main.js
+++ b/site/static/beta5/js/main.js
@@ -1,5 +1,6 @@
-function formatNumber(n)
+function formatNumber(number)
{
+ let n = number || 0;
var l = n.length, m = l % 3, c = (l - m) / 3, v = ((m > 0) ? n.substr(0, m) : ''), z;
for (z=0;z |