Removed the 'bgiframe' javascript , which was designed for fixing IE6 issues only and causes troubles with IE9.

SVN:trunk[1229]
This commit is contained in:
Denis Flaven
2011-04-22 15:45:19 +00:00
parent c6493f6cdc
commit f84d91e482

View File

@@ -28,7 +28,6 @@ jQuery.fn.popupmenu = function ()
if ( (previous_popup == null) || (previous_popup.get(0) != popupmenu.get(0))) // Comparing the DOM objects
{
// The user clicked in a different menu, let's open it
popupmenu.bgiframe();
popupmenu.positionBy({ target: $(this),
targetPos: 4,
elementPos: 0,