Add ad version 0.2
This commit is contained in:
7
public/js/functions.js
vendored
7
public/js/functions.js
vendored
@@ -1,3 +1,10 @@
|
||||
$(document).ready(function(){
|
||||
$('#changePreferences, .cc_b_cp').click(function(){
|
||||
$('#title_targeting').parent('li').hide();
|
||||
$('#content_targeting').hide();
|
||||
});
|
||||
});
|
||||
|
||||
(function ($) {
|
||||
/**
|
||||
* @param {object} _options
|
||||
|
||||
Reference in New Issue
Block a user