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

Function initSelect

examples/js/editor.js:181–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179}
180
181function initSelect() {
182 var hash = window.location.hash;
183 var id = getActiveId();
184 if (hash.indexOf("#") === -1) {
185 window.location.hash = (id) ? "#" + id : window.location.hash;
186 }
187 selectMenu(id);
188}
189
190function mapHeight() {
191 var doc = $("#innerPage").contents();

Callers 1

initSideBarFunction · 0.70

Calls 3

getActiveIdFunction · 0.85
selectMenuFunction · 0.85
indexOfMethod · 0.80

Tested by

no test coverage detected