소스 검색

update webpage name to be much longer, remove .html from links and refactor newsletter layout

version-14
Rushabh Mehta 12 년 전
부모
커밋
5054a6848f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      public/js/legacy/widgets/form/form.js

+ 2
- 2
public/js/legacy/widgets/form/form.js 파일 보기

@@ -352,7 +352,7 @@ _f.Frm.prototype.setup_fields_std = function() {

if(sec && ['Section Break', 'Column Break'].indexOf(f.fieldtype)==-1) {
fld.parent_section = sec;
sec.fields.push(fld);
sec.fields.push(fld);
}
if(f.fieldtype=='Section Break') {
@@ -363,7 +363,7 @@ _f.Frm.prototype.setup_fields_std = function() {
// default col-break after sec-break
if((f.fieldtype=='Section Break')&&(fl[i+1])&&(fl[i+1].fieldtype!='Column Break')) {
var c = this.layout.addcell();
$y(c.wrapper, {padding: '8px'});
$y(c.wrapper, {padding: '8px'});
}
}
}


불러오는 중...
취소
저장