breadcrumbs, and changed home in nav to 'forum'

This commit is contained in:
psychobunny
2013-05-01 21:52:40 +00:00
parent b2bc967e9b
commit 1bec9fc5aa
5 changed files with 59 additions and 41 deletions

View File

@@ -119,7 +119,6 @@ function load_template(callback) {
url = (url === '') ? 'home' : url;
jQuery.get(API_URL + url, function(data) {
document.getElementById('content').innerHTML = templates[url.split('/')[0]].parse(JSON.parse(data));
if (callback) callback();
});