MediaWiki: Common.js: Unterschied zwischen den Versionen
Aus LehramtsWiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 16: | Zeile 16: | ||
// load bela injector | // load bela injector | ||
jQuery(function ($) { | jQuery(function ($) { | ||
const url = window.location.toString(); | const url = window.location.toString(); | ||
if(!url.includes('&action=edit') && !url.includes('&action=submit')) { | if(!url.includes('&action=edit') && !url.includes('&action=submit')) { | ||
jQuery.getScript("https://fragbela.zlb-uni-due.de/scripts/bela-injector.js | jQuery.getScript("https://fragbela.zlb-uni-due.de/scripts/bela-injector.js"); | ||
} else { | } else { | ||
return; | return; | ||
Zeile 48: | Zeile 29: | ||
//}); | //}); | ||
//BeLa Live Button for chat | //BeLa Live Button for chat | ||
Zeile 68: | Zeile 36: | ||
jQuery(function ($){ | jQuery(function ($){ | ||
jQuery.getScript('https://lehramtswiki.uni-due.de/extensions/TweekiStyles/js/WikiScripts.js') | jQuery.getScript('https://lehramtswiki.uni-due.de/extensions/TweekiStyles/js/WikiScripts.js') | ||
}); | }); |
Aktuelle Version vom 18. Juni 2024, 11:34 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"); }); // load bela injector jQuery(function ($) { const url = window.location.toString(); if(!url.includes('&action=edit') && !url.includes('&action=submit')) { jQuery.getScript("https://fragbela.zlb-uni-due.de/scripts/bela-injector.js"); } else { return; } }); //jQuery(function ($) { // jQuery.getScript('https://zlb.uni-due.de/okomo/videojs/video.min.js'); //}); //BeLa Live Button for chat jQuery(function ($){ jQuery.getScript('https://lehramtswiki.uni-due.de/extensions/TweekiStyles/js/BeLaLiveButton.js'); }); jQuery(function ($){ jQuery.getScript('https://lehramtswiki.uni-due.de/extensions/TweekiStyles/js/WikiScripts.js') });