diff --git a/public/modules/quickreply.js b/public/modules/quickreply.js index 9daffc9..41e0dfc 100644 --- a/public/modules/quickreply.js +++ b/public/modules/quickreply.js @@ -48,7 +48,15 @@ define('persona/quickreply', [ return alerts.error(err); } if (data && data.queued) { - alerts.success(data.message); + alerts.alert({ + type: 'success', + title: '[[global:alert.success]]', + message: data.message, + timeout: 10000, + clickfn: function () { + ajaxify.go(`/post-queue#${data.id}`); + }, + }); } components.get('topic/quickreply/text').val(''); diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl index 0c5b61d..ef29919 100644 --- a/templates/partials/menu.tpl +++ b/templates/partials/menu.tpl @@ -109,7 +109,7 @@ [[user:settings]] - + {{{ if showModMenu }}}