summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-10-01 12:53:24 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-10-01 12:53:24 +0200
commit612f46b26057409eecf93f5473f42bbd9ed7afe3 (patch)
tree3e8f3155859cafcb4f7bf1ce3de1e7caf277458d /www/script/battles.js
parentb5bb4f45133e7d89fa85d185d13ec4c7c2ece887 (diff)
...
Diffstat (limited to 'www/script/battles.js')
-rw-r--r--www/script/battles.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/script/battles.js b/www/script/battles.js
index 4f691f8..b579a0c 100644
--- a/www/script/battles.js
+++ b/www/script/battles.js
@@ -8,7 +8,7 @@ tacticians_online.battles = new Object();
tacticians_online.battles.get =
function ()
{
- tacticians_online.app.results_in.send(localStorage.getItem("battles"));
+ tacticians_online.app.ports.results_in.send(localStorage.getItem("battles"));
}
tacticians_online.battles.set =