mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@660 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cfa4e9bd30
commit
7472e1165f
5 changed files with 30 additions and 3 deletions
|
|
@ -12,7 +12,8 @@
|
|||
var $component_path = '';
|
||||
|
||||
// 네이버맵 openapi 키 값
|
||||
var $open_api_key = '22b1f5391a6970e03935444897334066';
|
||||
//var $open_api_key = '22b1f5391a6970e03935444897334066';
|
||||
var $open_api_key = '';
|
||||
|
||||
/**
|
||||
* @brief upload_target_srl과 컴포넌트의 경로를 받음
|
||||
|
|
@ -28,7 +29,9 @@
|
|||
function getPopupContent() {
|
||||
// 템플릿을 미리 컴파일해서 컴파일된 소스를 return
|
||||
$tpl_path = $this->component_path.'tpl';
|
||||
$tpl_file = 'popup.html';
|
||||
|
||||
if(!$this->open_api_key) $tpl_file = 'error.html';
|
||||
else $tpl_file = 'popup.html';
|
||||
|
||||
Context::set("tpl_path", $tpl_path);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue