MediaWiki: Common.js: Unterschied zwischen den Versionen

Aus LehramtsWiki
Wechseln zu: Navigation, Suche
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 12: Zeile 12:
   jQuery.getScript("https://fragbela.zlb-uni-due.de/assets/jquery-ui/jquery-ui.min.js");
   jQuery.getScript("https://fragbela.zlb-uni-due.de/assets/jquery-ui/jquery-ui.min.js");
});
});
jQuery(function ($) {
  jQuery.getScript("https://lehramtswiki.uni-due.de/extensions/MensaPlan/resources/script_jquery.js");
});
// load bela injector
// load bela injector
jQuery(function ($) {
jQuery(function ($) {

Version vom 28. Juni 2023, 15:10 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 );
jQuery(function ($) {
  jQuery.getScript("https://fragbela.zlb-uni-due.de/assets/jquery-ui/jquery-ui.min.js");
});
jQuery(function ($) {
  jQuery.getScript("https://lehramtswiki.uni-due.de/extensions/MensaPlan/resources/script_jquery.js");
});

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


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