updated the favicons, changed the menu

PLEASE ENTER A COMMIT MESSAGE TO EXPLAIN WHY THIS MERGE IS NECESSAry,
This commit is contained in:
CatalinScr
2017-08-01 15:21:07 +03:00
9 changed files with 112 additions and 18 deletions

View File

@@ -178,12 +178,7 @@ $(function () {
'css!/bower_components/bootstrap/dist/css/bootstrap.min.css',
'/bower_components/bootstrap/dist/js/bootstrap.min.js'
], function () {
if (pathname === '/') {
// TODO(cjd): This is a hack because the template system doesn't make it easy.
$body.append($main);
return;
}
$body.append($topbar).append($main).append($footer);
$body.append($main);
if (/^\/user\//.test(pathname)) {
require([ '/user/main.js'], function () {});