Change: #86 open in browser on acct prof page

This commit is contained in:
Cutls 2019-06-16 02:05:27 +09:00
parent 478a849e8d
commit 54d740e861

View File

@ -406,9 +406,8 @@ function relations(user, acct_id) {
}); });
} }
function profbrws() { function profbrws() {
const { shell } = require('electron');
var url = $("#his-openin").attr("data-href") var url = $("#his-openin").attr("data-href")
shell.openExternal(url); postMessage(["openUrl", url], "*")
} }
//オールリセット //オールリセット
function hisclose() { function hisclose() {