TheDesk Miria (17.0.2)
This commit is contained in:
@@ -172,4 +172,12 @@ function opendev(){
|
||||
keyCode: '2'
|
||||
});
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
var webview = document.getElementById('webview');
|
||||
const {
|
||||
shell
|
||||
} = require('electron');
|
||||
webview.addEventListener('new-window', function(e) {
|
||||
shell.openExternal(e.url);
|
||||
});
|
@@ -316,4 +316,4 @@ function tjDeckStart() {
|
||||
if (document.querySelector(".js-app-columns")) tjDeckStart();
|
||||
else var timer = setInterval(function () {
|
||||
document.querySelector(".js-app-columns") ? (tjDeckStart(), clearInterval(timer)) : console.log("まだロード中")
|
||||
}, 500);
|
||||
}, 500);
|
||||
|
Reference in New Issue
Block a user