Fix layout_modify.js to submit type=color contents.

- 레이아웃 편집 기능이 자바스크립트에 의존 중
- 의미에 맞는 HTML 이 되도록 수정할 필요가 있음.
- 우선 문제가 생기는 부분을 해결.
This commit is contained in:
MinSoo Kim 2016-02-07 19:26:37 +09:00
parent f9987347a5
commit 78367c0e04
4 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,3 @@
<include target="header.html" />
<load target="js/layout_modify.js" />
{$content}
<include target="header.html" />
{$content}