We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88f5c4 commit b6d05baCopy full SHA for b6d05ba
src/modules/twinkleblock.js
@@ -283,7 +283,7 @@ Twinkle.block.callback.change_block64 = function twinkleblockCallbackChangeBlock
283
// `dialog('option', 'title')`, but in practice that swallows
284
// the scriptName and requires `.display`ing, which jumps the
285
// window. It's just a line of text, so this is fine.
286
- const titleBar = document.querySelector('.ui-dialog-title').firstChild.nextSibling;
+ const titleBar = document.querySelector('.morebits-dialog-title').firstChild.nextSibling;
287
titleBar.nodeValue = titleBar.nodeValue.replace(priorName, relevantUserName);
288
// Tweak unblock link
289
const unblockLink = document.querySelector('.morebits-dialog-footerlinks a');
0 commit comments