Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten authored Jul 30, 2018
1 parent ca90f17 commit 6dc5fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link id="hostStyle" rel="stylesheet" href="css/theme.css"/>
<title>Template Extension</title>
</head>
<body class="ps-cs6">
<body>
<div class="if_base">
<input type="text" id="str"><!--テキストインプットです。ここの内容をExtendscript側に渡せます。-->
</div>
Expand All @@ -18,4 +18,4 @@
<script src="js/themeSynchronizer.js"></script>
<script src="js/main.js"></script>
</body>
</html>
</html>

0 comments on commit 6dc5fc6

Please sign in to comment.