mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
minify 갱신.
This commit is contained in:
parent
6fa233dcff
commit
c7a8468406
25 changed files with 1247 additions and 1640 deletions
|
|
@ -1,3 +1,8 @@
|
|||
/*! Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
/**!
|
||||
* @file common.js + js_app.js + xml_handler.js + xml_js_filter.js
|
||||
* @brief XE Common JavaScript
|
||||
**/
|
||||
(function($){
|
||||
|
||||
// extends jQuery object
|
||||
|
|
@ -5124,7 +5129,7 @@ var
|
|||
|
||||
var
|
||||
allow_tags = 'a,abbr,acronym,address,area,blockquote,br,caption,center,cite,code,col,colgroup,dd,del,dfn,div,dl,dt,em,embed,h1,h2,h3,h4,h5,h6,hr,img,ins,kbd,li,map,object,ol,p,param,pre,q,samp,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var,iframe,object,param,style'.split(','),
|
||||
no_closing_tags = 'base,meta,link,hr,br,basefont,param,img,area,input,isindex,col'.split(',');
|
||||
no_closing_tags = 'area,br,col,embed,hr,img,input,param,base,meta,link,basefont,isindex'.split(',');
|
||||
|
||||
|
||||
var
|
||||
|
|
@ -5817,6 +5822,7 @@ xe.XE_Table = $.Class({
|
|||
}).extend(xe.XE_Table);
|
||||
|
||||
})(jQuery);
|
||||
|
||||
if (!window.xe) xe = {};
|
||||
|
||||
xe.Editors = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue