mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
remove blank lines
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9947 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
83863c11f7
commit
7ebe2051a4
1 changed files with 0 additions and 5 deletions
|
|
@ -143,7 +143,6 @@ function getWidgetBoxCode(childObj, widget) {
|
|||
attrs += name+'="'+escape(value)+'" ';
|
||||
}
|
||||
|
||||
|
||||
var o;
|
||||
|
||||
if(jQuery('.widget_inner',childObj).size()>0){
|
||||
|
|
@ -155,12 +154,8 @@ function getWidgetBoxCode(childObj, widget) {
|
|||
|
||||
var body = getWidgetContent(o);
|
||||
return '<div widget="widgetBox" style="'+getStyle(childObj)+'" widget_padding_left="'+getPadding(childObj,'left')+'" widget_padding_right="'+getPadding(childObj,'right')+'" widget_padding_top="'+getPadding(childObj, 'top')+'" widget_padding_bottom="'+getPadding(childObj, 'bottom')+'" '+attrs+'><div><div>'+body+'</div></div></div>';
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// 일반 위젯 컨텐츠 코드 구함
|
||||
function getWidgetCode(childObj, widget) {
|
||||
var attrs = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue