MediaWiki:Common.js: Unterschied zwischen den Versionen
imported>TimmyQuivy (Hiding as well temporarily) |
imported>TimmyQuivy (Restoring now have confirmed CSS/JS is to blame for bug.) |
||
Zeile 1: | Zeile 1: | ||
− | |||
(function ($) { | (function ($) { | ||
$(function() { | $(function() { | ||
Zeile 7: | Zeile 6: | ||
}); | }); | ||
})(jQuery); | })(jQuery); | ||
− |
Version vom 11. September 2012, 01:35 Uhr
(function ($) {
$(function() {
var sidebarjs = $('<script type="text/javascript" />');
sidebarjs.attr('src', 'http://de.memory-alpha.org/wiki/MediaWiki:Fusion/scripts/Sidebar.js?action=raw&ctype=text/javascript');
$('head').append(sidebarjs);
});
})(jQuery);