mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added help
(Not going to add API documentation unless someone asks me to. Otherwise I'd feel like I'm wasting my time.)
This commit is contained in:
@ -25,7 +25,7 @@ App.Router = function(_, jQuery, promise, util, appState, presenterManager) {
|
||||
inject('#/comments(/:!query)', 'globalCommentListPresenter');
|
||||
inject('#/tags(/:!query)', 'tagListPresenter');
|
||||
inject('#/tag/:tagName', 'tagPresenter');
|
||||
inject('#/help', 'helpPresenter');
|
||||
inject('#/help(/:tab)', 'helpPresenter');
|
||||
}
|
||||
|
||||
function navigate(url) {
|
||||
|
Reference in New Issue
Block a user