https://bugzilla.wikimedia.org/show_bug.cgi?id=70756
--- Comment #5 from Tisza Gergő <[email protected]> --- It seems that fundamental jQuery behavior differs between the two pages. On [[wmf:Staff and contractors]]: $(document).ready( function() { console.log('!'); }); // ! On [[wmf:Template:Staff and contractors]]: $(document).ready( function() { console.log('!'); }); // no output so some script might be messing with jQuery internals. -- 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
