瀏覽代碼

make sure summary is a template for workspace.

master
Patrick Sun 5 年之前
父節點
當前提交
14cf79e000
共有 2 個文件被更改,包括 5 次插入3 次删除
  1. +3
    -1
      front-end/js/common.js
  2. +2
    -2
      front-end/js/summary.js

+ 3
- 1
front-end/js/common.js 查看文件

@@ -92,4 +92,6 @@ function toggle_sidemenu(){
function initTopMenu(layout, view){
if ($$(layout) && $$(view))
webix.ui(top_toolbar, $$(layout), $$(view));
}
}



+ 2
- 2
front-end/js/summary.js 查看文件

@@ -20,8 +20,8 @@ var layout= {
}
]
},
{ "view": "template", "template": "Content", "role": "placeholder" },
{ "view": "template", "template": "Footer ", "role": "placeholder", "height": 50 }
{ "view": "template", id:"worksapce", "template": "Content", "role": "placeholder" },
{ "view": "template", id:"footer", "template": "Footer ", "role": "placeholder", "height": 50 }
]
}


Loading…
取消
儲存