From 856a98d8750165795e28418e55f14fd194d80f61 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Thu, 11 May 2023 20:29:30 +0200 Subject: [PATCH] Profiler/Characters * fixed position of pending rename note --- static/js/global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/global.js b/static/js/global.js index 84c9d469..9fe9e618 100644 --- a/static/js/global.js +++ b/static/js/global.js @@ -16081,7 +16081,7 @@ Listview.templates = { // aowow custom if (profile.renameItr) { - $WH.ae(s, $WH.ct(LANG.pr_note_pendingrename)); + $WH.ae(d, $WH.ce('span', { className: 'q0'}, $WH.ct(LANG.pr_note_pendingrename))); } // end aowow custom