mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
(WIP) Added spinner (#39)
This commit is contained in:
@ -7,10 +7,11 @@ App.Presenters.HelpPresenter = function(
|
||||
|
||||
var $el = jQuery('#content');
|
||||
|
||||
function init(args) {
|
||||
function init(args, loaded) {
|
||||
topNavigationPresenter.select('help');
|
||||
topNavigationPresenter.changeTitle('Help');
|
||||
render();
|
||||
loaded();
|
||||
}
|
||||
|
||||
function render() {
|
||||
|
Reference in New Issue
Block a user