mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added redirection to proper URL after tag renaming
This commit is contained in:
@ -119,6 +119,7 @@ App.Presenters.TagPresenter = function(
|
||||
render();
|
||||
renderPosts(posts);
|
||||
tagList.refreshTags();
|
||||
router.navigateInplace('#/tag/' + tag.name);
|
||||
}).fail(function(response) {
|
||||
window.alert(response.json && response.json.error || 'An error occured.');
|
||||
});
|
||||
|
Reference in New Issue
Block a user