File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
aurora/aurora-war/src/main/webapp/look/jsp Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 95
95
});
96
96
}
97
97
98
+ function loadMap (spaceId ) {
99
+ changeBody (sp .url .format (' /admin/jsp/Map.jsp' , {
100
+ SpaceId : spaceId
101
+ }));
102
+ }
103
+
98
104
function getTopBarPage () {
99
105
return " TopBar.jsp" ;
100
106
}
397
403
<c:if test =" ${ displayConnectedUsers } " >
398
404
<li id =" connectedUsers" ><a onclick =" javascript:onClick=spUserSession.viewConnectedUsers();" href =" #" ></a ></li >
399
405
</c:if >
400
- <li id =" map-link-header" ><a href =" javascript:changeBody('/admin/jsp/Map.jsp' )" title =" ${ labelMap } " >${ labelMap } </a ></li >
406
+ <li id =" map-link-header" ><a href =" javascript:loadMap( )" title =" ${ labelMap } " >${ labelMap } </a ></li >
401
407
<c:if test =" ${ silfn: isDefined(settings. helpURL) } " >
402
408
<li id =" help-link-header" ><a target =" _blank" href =" ${ settings. helpURL } " title =" ${ labelHelp } " >${ labelHelp } </a ></li >
403
409
</c:if >
You can’t perform that action at this time.
0 commit comments