Sfoglia il codice sorgente

make sure summary is a template for workspace.

master
Patrick Sun 5 anni fa
parent
commit
14cf79e000
2 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. +3
    -1
      front-end/js/common.js
  2. +2
    -2
      front-end/js/summary.js

+ 3
- 1
front-end/js/common.js Vedi File

function initTopMenu(layout, view){ function initTopMenu(layout, view){
if ($$(layout) && $$(view)) if ($$(layout) && $$(view))
webix.ui(top_toolbar, $$(layout), $$(view)); webix.ui(top_toolbar, $$(layout), $$(view));
}
}



+ 2
- 2
front-end/js/summary.js Vedi File

} }
] ]
}, },
{ "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…
Annulla
Salva