Everything is in the template. re #73
This commit is contained in:
parent
10ed3f7944
commit
7640ae31f7
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
<div class="container">
|
||||
{{#def.header}}
|
||||
{{#def.main}}
|
||||
{{#def.footer}}
|
||||
{{#def.footer}}
|
||||
</div>
|
2
util.js
2
util.js
|
@ -40,7 +40,7 @@ function updatePage (data) {
|
|||
currentData = data;
|
||||
var result = templatePage (data);
|
||||
document.title = data.title;
|
||||
$(".container").html (result);
|
||||
$("body").html (result);
|
||||
|
||||
if ($.cookie('toolbar') == 1) $("#tool").show ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue