mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
@ -72,7 +72,6 @@ App.Presenters.HistoryPresenter = function(
|
||||
deinit: deinit,
|
||||
render: render,
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
App.DI.register('historyPresenter', ['_', 'jQuery', 'util', 'promise', 'auth', 'pagerPresenter', 'topNavigationPresenter'], App.Presenters.HistoryPresenter);
|
||||
|
@ -119,7 +119,8 @@ App.Presenters.PagerPresenter = function(
|
||||
response.json.posts ||
|
||||
response.json.users ||
|
||||
response.json.comments ||
|
||||
response.json.tags;
|
||||
response.json.tags ||
|
||||
response.json.history;
|
||||
|
||||
if (!entities.length) {
|
||||
messagePresenter.showInfo($messages, 'No data to show');
|
||||
|
Reference in New Issue
Block a user