This commit is contained in:
flaskfarm
2022-10-11 14:58:44 +09:00
parent 067e47508e
commit 0788aa4bb4

View File

@@ -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&amp;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) {