User talk:~riley/adminwatch.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Edit requst (interface admin)

[edit]

{{Edit request}} Please replace:
.insertBefore( $( '#p-personal > ul > li:first' ) );
with
.insertBefore( $( '#p-personal > div > ul > li:first' ) );
due to a recent MediaWiki change breaking this script. See phab:T253929. Thanks!
--Jonatan Svensson Glad (talk) 22:06, 28 May 2020 (UTC)[reply]

In addition: See phab:T252447. If there is no danger of having an unordered list in a unordered list inside/below the personal toolbar this shorter code should work, as well:
.insertBefore( $( '#p-personal ul > li:first' ) );. And if the script is only for Vector skin the new class names for the list could be used, instead. — Speravir – 02:46, 29 May 2020 (UTC)[reply]
This is a user space page. I left the owner a message at User talk:~riley. Multichill (talk) 13:39, 7 August 2020 (UTC)[reply]