Page MenuHomePhabricator

Javascript error in mediawiki.legacy.ajaxwatch (with extensions that also load jQuery?)
Closed, ResolvedPublic

Description

Uncaught TypeError: Property '$' of object [object DOMWindow] is not a function on line 58.

File: http://bits.translatewiki.net/sandwiki/load.php?debug=true&lang=fi&modules=mediawiki.legacy.ajaxwatch&skin=vector&version=1284215103

Seems to only happen when viewing Special:NewMessages.


Version: unspecified
Severity: major

Details

Reference
bz25144

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:17 PM
bzimport set Reference to bz25144.

Now the error is:

Uncaught TypeError: Cannot call method 'add' of null on line 61.

Looks like something (LiquidThreads? UsabilityInitiative?) is calling jQuery.noConflict(); , presumably while needlessly including jQuery.

Cannot reproduce it anymore either.