https://bugzilla.wikimedia.org/show_bug.cgi?id=66409
Andre Klapper <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High CC| |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected] Component|General/Unknown |TimedMediaHandler Version|wmf-deployment |master Product|Wikimedia |MediaWiki extensions --- Comment #1 from Andre Klapper <[email protected]> --- Thanks for reporting this! Confirming. Wild guess: Related to jQuery (bug 66359, bug 65428)? Taking one example link offered by "Use this file > HTML/BB code" (and appending &debug=true): https://commons.wikimedia.org/wiki/File%3ANASA%27s_OPALS_Beams_Video_from_Space.webm?embedplayer=yes&debug=true "Type error: mw.loader.go is not a function" comes from: <script>if(window.mw){ mw.loader.go(); }</script> "Type error: $.client is undefined" comes from: /** * Add the mwEmbed jQuery loader wrapper */ [...] var skinName = '', profile = $.client.profile(); -- 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
