Ricordisamoa added a comment.

In https://phabricator.wikimedia.org/T85804#955166, @Ciencia_Al_Poder wrote:

> This is caused by  the AuthorityControl gadget 
> <https://www.wikidata.org/wiki/MediaWiki:Gadget-AuthorityControl.js>:
>
>   $( ':wikibase-statementview' ).each( function () {
>
>
> jQuery doesn't understand what's that :wikibase-statementview pseudo-element. 
> Looks like an error of the gadget.
>
> This gadget seems to be enabled also for anons, so the error happens for 
> everyone.


The code you quoted is not run due to this block:

  if ( mw.config.get( 'wgNamespaceNumber' ) !== 0 || !mw.config.exists( 
'wbEntityId' ) ) {
        // Only item pages feature appropriate statements.
        return;
  }

and to 'wbEntityId' not existing on diff pages.


TASK DETAIL
  https://phabricator.wikimedia.org/T85804

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
<username>.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ricordisamoa
Cc: Aklapper, JanZerebecki, Ciencia_Al_Poder, Tobi_WMDE_SW, Snaterlicious, 
aude, thiemowmde, Ricordisamoa, Wikidata-bugs



_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to