always open submenu on the left side

This commit is contained in:
Roland Gruber 2010-12-03 21:15:52 +00:00
parent acc4a0ce01
commit cb508c7417
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
if ($.data(subnav, 'subsub')) {
var distance = $(listit).outerWidth(),
itemWidth = $(listit).offset().left + distance - menuX,
position = (opts.maxWidth < itemWidth) ? "right" : "left";
position = "right";
subcss[position] = distance;
}