https://bugzilla.wikimedia.org/show_bug.cgi?id=35073

--- Comment #5 from Krinkle <[email protected]> 2012-03-08 23:48:30 UTC ---
If you can't use ResourceLoader and need callback:

Use $.getScript( '//url/here', function() { ... called when scrip url is
downloaded and executed });

If you can use ResourceLoader (gadget), add it to the MediaWiki namespace and
add it as a file or dependency in your gadget. The latter is recommended and
will minify and concatenate it before your script.

-- 
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

Reply via email to