MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / onLoadCallBack

Function onLoadCallBack

examples/js/common.js:29–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 function onLoadCallBack() {
30 var lan = utils.getLanguage();
31 var lang_text = $("[data-lang=" + lan + "]").html() || "中文";
32 $('#lang').html(lang_text);
33
34 setCurrentVersion();
35 resetCurrentVersionLink();
36 }
37
38 //设置头部版本号
39 function setCurrentVersion() {

Callers 1

common.jsFile · 0.85

Calls 3

setCurrentVersionFunction · 0.85
resetCurrentVersionLinkFunction · 0.85
$Function · 0.50

Tested by

no test coverage detected