MediaWiki:Common.js: Difference between revisions
No edit summary Tag: Reverted |
No edit summary |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
// DataTables JS laden und initialisieren | // DataTables JS laden und initialisieren | ||
mw.loader.getScript('https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js') | |||
.then(function () { | .then(function () { | ||
$(function () { | $(function () { | ||
Line 31: | Line 31: | ||
}); | }); | ||
}); | }); | ||
/* Move Edittools directly below the edit field. */ | |||
mw.loader.load("https://twainframe.org/index.php?title=MediaWiki:MoveEdittools.js&action=raw&ctype=text/javascript"); |