| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/public_html/websites/rvd_tempewmove/wp-content/plugins/wp-cerber/assets/ |
| Current File : /home/udaipurk/public_html/websites/rvd_tempewmove/wp-content/plugins/wp-cerber/assets/wp-admin.js |
/**
* Copyright (C) 2015-22 CERBER TECH INC., https://wpcerber.com
*
* WordPress-specific JavaScript
*
*/
jQuery(document).ready(function ($) {
/* Menu editor */
let the_nav_menu_editor = $('#menu-to-edit');
function crb_disable_menu_field() {
the_nav_menu_editor.find('input[value^="*MENU*CERBER*"]').attr('readonly', true);
}
the_nav_menu_editor.on('click', 'a.item-edit', function (event) {
crb_disable_menu_field();
});
crb_disable_menu_field();
});