summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/main-menu')
-rw-r--r-- | src/main-menu/www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main-menu/www/index.html b/src/main-menu/www/index.html index 02a0f2e..4cdf47c 100644 --- a/src/main-menu/www/index.html +++ b/src/main-menu/www/index.html @@ -22,7 +22,7 @@ { user_id: tacticians_online.session.get_user_id(), token: tacticians_online.session.get_token(), - url_params: tacticians_online.urlparams.get_parameters() + url_parameters: tacticians_online.urlparams.get_parameters() }, node: document.getElementById("elm-page") } |