Jump to content

MediaWiki:Common.js/edit.js: Difference between revisions

disabling feature where XEB dialog disappears when mouse leaves dialog; you must now hit "Cancel" to make it go away
(label tweaks, adding some instructions)
(disabling feature where XEB dialog disappears when mouse leaves dialog; you must now hit "Cancel" to make it go away)
Line 352: Line 352:
me.display = 'none';
me.display = 'none';
me.visibility = 'hidden';
me.visibility = 'hidden';
me.onmouseout = CheckHideXEBPopup;
//me.onmouseout = CheckHideXEBPopup;
me.onmouseover = cancelHidePopup;
//me.onmouseover = cancelHidePopup;
return me;
return me;
}
}