mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
위젯 코드가 컴파일된 결과물로 나오는 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6137 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
31471c10a4
commit
544f5f336a
2 changed files with 3 additions and 0 deletions
|
|
@ -273,6 +273,7 @@
|
|||
* display::before 에서 호출됨
|
||||
**/
|
||||
function triggerWidgetCompile(&$content) {
|
||||
if(Context::getResponseMethod()!='HTML') return new Object();
|
||||
$content = $this->transWidgetCode($content, $this->layout_javascript_mode);
|
||||
return new Object();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue