mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added /history
This commit is contained in:
@ -27,6 +27,7 @@ App.Router = function(_, jQuery, promise, util, appState, presenterManager) {
|
||||
inject('#/tags(/:!query)', 'tagListPresenter');
|
||||
inject('#/tag/:tagName', 'tagPresenter');
|
||||
inject('#/help(/:tab)', 'helpPresenter');
|
||||
inject('#/history(/:!query)', 'historyPresenter');
|
||||
}
|
||||
|
||||
function navigate(url, useBrowserDispatcher) {
|
||||
|
Reference in New Issue
Block a user