Merge branch 'master' of github.com:designcreateplay/NodeBB

This commit is contained in:
Julian Lam
2013-08-22 10:48:28 -04:00
2 changed files with 3 additions and 2 deletions

View File

@@ -244,6 +244,7 @@ footer.footer {
color: #333;
margin-bottom: 10px;
cursor: pointer;
overflow:hidden;
p {
color: #333;
}

View File

@@ -77,9 +77,9 @@ var ajaxify = {};
app.scrollToPost(hash.substr(1));
});
}, url, template);
utils.refreshTitle(url);
utils.refreshTitle(url);
}, url, template);
return true;
}