mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 18:59:56 +09:00
관리자 모듈(admin)일 경우 동작하지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1950 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2017d03700
commit
15daed1765
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
* before_display_content 에서만 요청이 됩니다.
|
||||
**/
|
||||
|
||||
if($called_position != 'before_module_init') return;
|
||||
if(Context::get('module')=='admin' || $called_position != 'before_module_init') return;
|
||||
|
||||
// Context::addJsFile()을 이용하면 끝
|
||||
Context::addJsFile($addon_path.'js/rainbow.js');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue