MediaWiki:Common.js: Unterschied zwischen den Versionen
imported>Shisma (fix) |
imported>TimmyQuivy (Hiding as well temporarily) |
||
Zeile 1: | Zeile 1: | ||
+ | /* | ||
(function ($) { | (function ($) { | ||
$(function() { | $(function() { | ||
Zeile 6: | Zeile 7: | ||
}); | }); | ||
})(jQuery); | })(jQuery); | ||
+ | */ |
Version vom 11. September 2012, 01:31 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);
*/