webviewのpreloadを再設定

This commit is contained in:
Yuya Ochiai
2015-10-10 00:00:01 +09:00
parent 964bd104fb
commit 40e25f8617

View File

@@ -6,7 +6,7 @@
</head> </head>
<body> <body>
<!-- Modify src to your Mattermost url --> <!-- Modify src to your Mattermost url -->
<webview id="mainWebview" autosize="on"></webview> <webview id="mainWebview" autosize="on" preload="webview/mattermost.js"></webview>
<style> <style>
webview { webview {
position: absolute; position: absolute;