MediaWiki: Common.js: Unterschied zwischen den Versionen

Aus LehramtsWiki
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 11: Zeile 11:


// load bela injector
// load bela injector
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(function ($) {
    jQuery.getScript('https://zlb.uni-due.de/okomo/videojs/video.min.js');
//    jQuery.getScript('https://zlb.uni-due.de/okomo/videojs/video.min.js');
});
//});

Version vom 19. April 2023, 13:36 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');
//});