X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fdict.html;h=7f4e56a8d30e3a79d99d7064edd437c4c45d8396;hb=6acb2a89222c90a55a9e051a386450452f1873cf;hp=1c209de1b8b2a32e957bc7a6179527add1248277;hpb=bd37ae90e4eb95ebad86b4023203ce4597ee6448;p=mkws-moved-to-github.git diff --git a/examples/htdocs/dict.html b/examples/htdocs/dict.html index 1c209de..7f4e56a 100644 --- a/examples/htdocs/dict.html +++ b/examples/htdocs/dict.html @@ -6,11 +6,11 @@ var mkws_config = { //responsive_design_width: 990 //perpage_default: 10, - service_proxy_auth: "http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=dic&password=dic" + service_proxy_auth: "//mkws.indexdata.com/service-proxy/?command=auth&action=login&username=dic&password=dic" }; - - + + @@ -53,9 +53,9 @@ //console.log("click: " + sel + " clicking=" + clicking ); if ( sel != "" && ! clicking ) { clicking = true; - $("input#mkwsQuery").val(sel); + $("input.mkwsQuery").val(sel); //console.log("click: Set value " + sel + " clicking=" + clicking ); - $("input#mkwsButton").trigger("click"); + $("input.mkwsButton").trigger("click"); clicking = false; } }