mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Remove now-obsolete title from page controller
Title is set via ``PostPageController.getTitle`` in https://github.com/TelescopeJS/Telescope/blob/master/lib/router/filters.js#L170
This commit is contained in:
parent
78cf9b8439
commit
45ddd0fbe1
1 changed files with 0 additions and 2 deletions
|
@ -15,6 +15,4 @@ Template[getTemplate('post_page')].helpers({
|
|||
|
||||
Template[getTemplate('post_page')].rendered = function(){
|
||||
$('body').scrollTop(0);
|
||||
if(this.data) // XXX
|
||||
document.title = $(".post-title").text();
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue