| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-09-30 21:10:00 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-09-30 21:10:00 +0200 |
| commit | 11533a168693bd31ed1b73ccb02e5b5062d53783 (patch) | |
| tree | ee6369c590388b2c9d67f469dc1b0b46986c00a1 /www/script/battles.js | |
| parent | 08baf335929724e18addfc553f42fe8a3b274a42 (diff) | |
...
Diffstat (limited to 'www/script/battles.js')
| -rw-r--r-- | www/script/battles.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/script/battles.js b/www/script/battles.js index a5b5864..0040795 100644 --- a/www/script/battles.js +++ b/www/script/battles.js @@ -17,6 +17,12 @@ function (encoded_battles) localStorage.setItem("battles", encoded_battles); } +tacticians_online.battles.get_value = +function () +{ + return localStorage.getItem("battles"); +} + tacticians_online.battles.attach_to = function (app) { |


