Enhancement(機能追加・改善) #3775 » 0002-refs-3775-It-was-also-corresponds-to-the-case-where-.patch
web/cmd/maps.google.co.jp.js | ||
---|---|---|
function url2cmd(url, googlemapsUrl) {
|
||
var maps_google_co_jp_maps = url.match(/^https?:\/\/maps\.google\.co\.jp\/maps\?(.+)/);
|
||
var maps_google_co_jp_maps = url.match(/^https?:\/\/maps\.google\.co\.jp\/maps[\?\/](.+)/);
|
||
var maps_google_co_jp = url.match(/^https?:\/\/maps\.google\.co\.jp\/\?(.+)/);
|
||
if (maps_google_co_jp_maps || maps_google_co_jp) {
|