update
This commit is contained in:
@@ -11,17 +11,10 @@
|
||||
{{ macros.m_hr() }}
|
||||
{{ macros.setting_input_text_and_buttons('_plugin_git', '플러그인 설치', [['plugin_install_btn', '설치']], value='https://github.com/', desc=['플러그인 Git 주소']) }}
|
||||
</form>
|
||||
|
||||
|
||||
<div class="embed-responsive embed-responsive-16by9">
|
||||
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSH_y9Es2C3jHNJcEUwS9F-pZClhJbHcAgivwNcfX8r4Qda-aHnERb-cRQMlD6WII_XLvbDFC0PyTJS/pubhtml?widget=true&headers=false"></iframe>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
$("body").on('click', '#select_btn', function(e){
|
||||
e.preventDefault();
|
||||
globalSelectLocalFolder("폴더 선택", $('#plugin_dev_path').val(), function(ret) {
|
||||
|
||||
Reference in New Issue
Block a user