https://bugzilla.wikimedia.org/show_bug.cgi?id=30528
--- Comment #2 from Andreas Plank <[email protected]> 2011-08-24 06:26:39 UTC --- Versions 1.19alpha http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/?pathrev=93922 1.18alpha http://svn.wikimedia.org/viewvc/mediawiki/branches/REL1_18/phase3/?pathrev=95304 Well if I switch on the browser debugger on http://offene-naturfuehrer.de/web/Spezial:Semantische_Suche Special:Ask it throws the error Uncaught exception: TypeError: Cannot convert '$' to object Uncaught exception: TypeError: '$' is not a function Somehow $ is not known at this moment. On our testwiki (1.18alpha) it works, because I added on the MediaWiki:Common.js page: if(typeof $ ==="undefined"){$ = jQuery;} -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
