mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added post featuring
This commit is contained in:
@ -47,6 +47,10 @@ App.Presenters.TopNavigationPresenter = function(
|
||||
$el.find('li.' + selectedElement).find('a').addClass('active');
|
||||
}
|
||||
|
||||
function getBaseTitle() {
|
||||
return baseTitle;
|
||||
}
|
||||
|
||||
function changeTitle(subTitle) {
|
||||
var newTitle = baseTitle;
|
||||
if (subTitle) {
|
||||
@ -59,6 +63,7 @@ App.Presenters.TopNavigationPresenter = function(
|
||||
init: init,
|
||||
render: render,
|
||||
select: select,
|
||||
getBaseTitle: getBaseTitle,
|
||||
changeTitle: changeTitle,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user