MattermostのURLをユーザーごとの設定フォルダに保存するように変更

This commit is contained in:
Yuya Ochiai
2015-10-09 22:50:48 +09:00
parent 6de38f9b32
commit e86c7f31f6
4 changed files with 55 additions and 2 deletions

View File

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