client side templates in, fixed home page to parse templates on ajaxify, added footer to the page transition animation for smoothness

This commit is contained in:
psychobunny
2013-04-25 19:13:23 +00:00
parent 7e637a93bb
commit 5173498180
7 changed files with 149 additions and 30 deletions

View File

@@ -135,4 +135,7 @@ var socket,
if (data.status === 'ok') alert('Logged out.');
});
})
}());