Add ad version 0.2

This commit is contained in:
Jorit Tijsen
2024-04-09 10:15:56 +02:00
parent c81ba184b3
commit be485c7300
13 changed files with 28 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
$(document).ready(function(){
$('#changePreferences, .cc_b_cp').click(function(){
$('#title_targeting').parent('li').hide();
$('#content_targeting').hide();
});
});