Version Description
Download this release
Release Info
Developer | Vlad Cleantalk |
Plugin | Spam protection, AntiSpam, FireWall by CleanTalk |
Version | 5.27-options |
Comparing to | |
See all releases |
Code changes from version 5.27 to 5.27-options
- inc/cleantalk-admin.js +2 -2
inc/cleantalk-admin.js
CHANGED
@@ -39,9 +39,9 @@ jQuery(document).ready(function(){
|
|
39 |
}
|
40 |
});
|
41 |
|
42 |
-
jQuery('#cleantalk_registrations_test1').parent().parent().hide();
|
43 |
jQuery('#cleantalk_comments_test1').parent().parent().hide();
|
44 |
-
jQuery('#cleantalk_contact_forms_test1').parent().parent().hide()
|
45 |
|
46 |
ct_adv_settings=jQuery('#cleantalk_registrations_test1').parent().parent().parent().parent();
|
47 |
ct_adv_settings.hide();
|
39 |
}
|
40 |
});
|
41 |
|
42 |
+
/*jQuery('#cleantalk_registrations_test1').parent().parent().hide();
|
43 |
jQuery('#cleantalk_comments_test1').parent().parent().hide();
|
44 |
+
jQuery('#cleantalk_contact_forms_test1').parent().parent().hide();*/
|
45 |
|
46 |
ct_adv_settings=jQuery('#cleantalk_registrations_test1').parent().parent().parent().parent();
|
47 |
ct_adv_settings.hide();
|