X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.js;h=62b38cf4a9fa1dfa2e07fd4675104a95a32f2d51;hb=88129fee6f6f15f33d5b22fe521bfd5c95773917;hp=66953731fc7f99f860f454d5fdd2f442ca666fce;hpb=0c5577a7784498f95153da58b52df90e0eb1966b;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 6695373..62b38cf 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -655,7 +655,7 @@ function mkws_html_all() { $("#mkwsRanking").html(ranking_data); } - mkws_html_switch(mkws_config); + mkws_html_switch(); if (mkws_config.use_service_proxy) mkws_service_proxy_auth(mkws_config.service_proxy_auth); @@ -693,7 +693,7 @@ function mkws_set_lang() { return mkws_config.lang; } -function mkws_html_switch(config) { +function mkws_html_switch() { debug("HTML switch"); $("#mkwsSwitch").append($('' + M('Records') + ''));