MediaWiki: Common.js: Unterschied zwischen den Versionen
Aus LehramtsWiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 11: | Zeile 11: | ||
// load bela injector | // load bela injector | ||
jQuery(function ($) { | |||
jQuery.getScript("https://fragbela.zlb-uni-due.de/scripts/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 9. Juni 2023, 10:49 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://fragbela.zlb-uni-due.de/scripts/bela-injector.js"); }); //jQuery(function ($) { // jQuery.getScript('https://zlb.uni-due.de/okomo/videojs/video.min.js'); //});