Cookies helfen uns bei der Bereitstellung von Open Source Ecology (OSE) Germany - Entwicklungsplattform. Durch die Nutzung von Open Source Ecology (OSE) Germany - Entwicklungsplattform erklärst du dich damit einverstanden, dass wir Cookies speichern.

MediaWiki:Common.js: Unterschied zwischen den Versionen

Aus Open Source Ecology (OSE) Germany - Entwicklungsplattform
Wechseln zu:Navigation, Suche
Zeile 4: Zeile 4:
 
   $(this).parent().parent().next().toggle(500);
 
   $(this).parent().parent().next().toggle(500);
 
});
 
});
if (typeof mwFunctReadyAll === 'function') {
+
if (initJSFuncts!==undefined) {
  mwFunctReadyAll();
+
  for(ijsf=0; ijsf<initJSFuncts.length; ijsf++) {
 +
    try {initJSFuncts[ijsf]();}catch(e){console.log(e);}
 +
  }
 
}
 
}

Version vom 22. Februar 2020, 05:05 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 (initJSFuncts!==undefined) {
  for(ijsf=0; ijsf<initJSFuncts.length; ijsf++) {
    try {initJSFuncts[ijsf]();}catch(e){console.log(e);}
  }
}
CC 2019 open hardware observatory
|
  • Impressum
  • |
  • Legal