mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Worked on user view appearance
This commit is contained in:
@ -28,7 +28,7 @@ App.Presenters.UserBrowsingSettingsPresenter = function(
|
||||
}
|
||||
|
||||
function render() {
|
||||
$el = jQuery(target);
|
||||
var $el = jQuery(target);
|
||||
$el.html(template({user: user}));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user