Change: #86 open in browser on acct prof page
This commit is contained in:
parent
478a849e8d
commit
54d740e861
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user