Current oav website

This commit is contained in:
Charlie Root
2023-03-20 12:18:38 +01:00
commit a096ce07cf
3270 changed files with 261778 additions and 0 deletions

View File

@ -0,0 +1,3 @@
$(function(){$('#edit-entry').onetabload(function(){if($('p.ping-services').length>0){p=$('<p></p>');p.addClass('ping-services');$('p.ping-services:last').after(p);dotclear.checkboxesHelpers($('p.ping-services:last').get(0),$('.check-ping-services'));}
$('h5.ping-services').toggleWithLegend($('p.ping-services'),{user_pref:'dcx_ping_services',legend_click:true});});});