MediaWiki:Common.js: Unterschied zwischen den Versionen
Aus Open Source Ecology (OSE) Germany - Entwicklungsplattform
| Zeile 4: | Zeile 4: | ||
$(this).parent().parent().next().toggle(500); | $(this).parent().parent().next().toggle(500); | ||
}); | }); | ||
| + | if (typeof mwFunctReadyAll === 'function') { | ||
| + | mwFunctReadyAll(); | ||
| + | } | ||
Version vom 22. Februar 2020, 03:53 Uhr
/* Das folgende JavaScript wird für alle Benutzer geladen. */
$(".materialRow .showComment").click(function(){
$(this).parent().toggleClass("openComments");
$(this).parent().parent().next().toggle(500);
});
if (typeof mwFunctReadyAll === 'function') {
mwFunctReadyAll();
}
