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>
<body>
<!-- Modify src to your Mattermost url -->
<webview id="mainWebview" autosize="on"></webview>
<webview id="mainWebview" autosize="on" preload="webview/mattermost.js"></webview>
<style>
webview {
position: absolute;