Skip to content

Commit

Permalink
Change deactivate js
Browse files Browse the repository at this point in the history
  • Loading branch information
poojabhimani12 committed Sep 4, 2023
1 parent 19d78a9 commit bd0cb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/assets/js/comenting-block-deactive-free.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var $ = jQuery;
$(document).ready(function () {

$(document).on('click', '[data-plugin="' + multicollab_plugin_path.plugin_path + '"] a', function () {
$(document).on('click', '[data-plugin="' + multicollab_plugin_path.plugin_path + '"] .deactivate a', function () {
var snooze_free_deactivate_popup = getCookieDeactive("snooze_free_deactivate_popup");
if( 'yes' !== snooze_free_deactivate_popup ) {
jQuery('#cf_plugin_deacmodal').addClass('cf_plugin_deacmodal cf_plugin_freedeacmodal cf_visible');
Expand Down

0 comments on commit bd0cb76

Please sign in to comment.