MediaWiki: Common.js: Unterschied zwischen den Versionen

Aus LehramtsWiki
Wechseln zu: Navigation, Suche
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:
jQuery(function ($) {
jQuery(function ($) {
     jQuery.getScript('https://zlb.uni-due.de/okomo/fragbela/bela-injector.js');
     jQuery.getScript('https://zlb.uni-due.de/okomo/fragbela/bela-injector.js');
});
jQuery(function ($) {
    jQuery.getScript('https://zlb.uni-due.de/okomo/videojs/video.min.js');
});
});

Version vom 1. September 2022, 16:11 Uhr

/* Jedes JavaScript hier wird für alle Benutzer für jede Seite geladen. */
//jQuery( function( $ ) {
//        addPortletLink( 'p-views', wgArticlePath.replace( '$1', 'Spezial:Kontakt'), 'Fehler gefunden?');
//} );

//function createTab() {
//  addPortletLink( 'p-views', wgArticlePath.replace( '$1', 'Spezial:Kontakt'), 'Fehler gefunden?');
//}

//addOnloadHook( createTab );

// load bela injector
jQuery(function ($) {
    jQuery.getScript('https://zlb.uni-due.de/okomo/fragbela/bela-injector.js');
});

jQuery(function ($) {
    jQuery.getScript('https://zlb.uni-due.de/okomo/videojs/video.min.js');
});