Fix: 'about' preload #86
This commit is contained in:
@@ -1,3 +1 @@
|
||||
//jQuery読む
|
||||
window.jQuery = window.$ = require('./js/common/jquery.js');
|
||||
var Hammer = require('./js/common/hammer.min.js');
|
@@ -244,7 +244,7 @@ ipc.on('mess', function (event, arg) {
|
||||
updateMess(arg)
|
||||
})
|
||||
//about.html
|
||||
ipc.on('aboutData', function (event, arg) {
|
||||
ipc.on('aboutDataRender', function (event, arg) {
|
||||
renderAbout(arg)
|
||||
})
|
||||
var webviewDom = document.getElementById('webview');
|
||||
|
Reference in New Issue
Block a user