| | |
| | | topic.subscribe("appendTilt", lang.hitch(this, this.appendTilt)); |
| | | topic.subscribe("removeTilt", lang.hitch(this, this.removeTilt)); |
| | | |
| | | $(".jimu-widget-Layermanagement .layer-tab button").click(function () { |
| | | $(".jimu-widget-Layermanagement .layer-tab>div").click(function () { |
| | | topic.publish('closeTool', this.name); |
| | | topic.publish('closeMap', this.name); |
| | | topic.publish('closeNavigation', this.name); |
| | | $(".jimu-widget-Layermanagement .layer-list").stop().toggle(); |
| | | |
| | | if ($(".jimu-widget-Layermanagement .layer-list").is(":hidden")) { |