HEX
Server: LiteSpeed
System: Linux standart9.isimtescil.net 3.10.0-962.3.2.lve1.5.26.7.el7.x86_64 #1 SMP Wed Oct 2 07:53:12 EDT 2019 x86_64
User: karalev (5310)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //home/karalev/www/wp-content/plugins/woocustomizer/assets/js/admin.js
/**
 * Plugin Template admin js.
 *
 *  @package StoreCustomizer/JS
 */
(function ($) {
  jQuery(document).ready(function (e) {
    jQuery(
      "ul#adminmenu li#toplevel_page_woocommerce ul.wp-submenu li a span.fs-submenu-item.woocustomizer"
    )
      .parent()
      .css("display", "none");

    jQuery(".wcz-notice-rating-click").on("click", function (e) {
      jQuery(this).hide();
      jQuery(".wcz-notice-rating-options").fadeIn();
    });

    // notif : For a notification if another notice is 'on'
    if (
      jQuery("body").hasClass("wcz-free") &&
      jQuery("body").hasClass("wcz-notif")
    ) {
      jQuery(".wcznotif").text("1").addClass("hasnotif");
    }
  });
})(jQuery);