In a DM environment, when an administrator is deleting a services from the popup menu the following is show as undefined:
A_MENUS[0] is undefined
Code stops in the menu.js file on the line shown below:
menu.js
A_MENUS[0] is undefined
Code stops in the menu.js file on the line shown below:
menu.js
Code:
// run mouseover timer258
this.o_hidetimer = setTimeout('A_MENUS['+ this.n_id +'].collapse();', o_item.getprop('hide_delay'));
Comment