public/map/index.html
@@ -102,11 +102,9 @@ <script> var openId = getQueryStringByKey('openid'); if (openId && openId != '') { init(openId) } function getQueryStringByKey(key) { return (document.location.search.match(new RegExp("(?:^\\?|&)" + key + "=(.*?)(?=&|$)")) || ['', null])[1];