<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">(function ($, Drupal) {
  'use strict';
  // Custom Civi Menu JavaScript code.
  Drupal.behaviors.civiMenuBehavior = {
    attach: function (context, settings) {
      // Hide for non admin users.
      $("#edit-role-site-url-url").prop("readonly", true);
      $("[data-name='volunteer_config_settings']").hide();
      if(settings.isroleget == 0){
        $('#crm-qsearch').hide();
      }

    }
  };
})(jQuery, Drupal);
</pre></body></html>