Fix: cannot resolve and open on browser about Misskey Live URL

This commit is contained in:
Cutls 2019-09-30 02:21:59 +09:00
parent 4a59438c0c
commit dfb0f79c92

View File

@ -48,7 +48,7 @@ $(document).on('click', 'a', e => {
if (ats[2]) {
//Quesdon判定
if (!~ats[2].indexOf("@")) {
udgEx(ats[2] + "@" + ats[1], "main");
udgEx(url, "main");
return false
} else {
postMessage(["openUrl", url], "*")