diff --git a/VERSION b/VERSION index fcd88f89..e5cae264 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.3 (2011-11-29 22:29:36) dev +Version 1.99.3 (2011-11-29 22:32:27) dev diff --git a/applications/examples/static/js/superfish.js b/applications/examples/static/js/superfish.js index 8590e6e5..63e93a6e 100644 --- a/applications/examples/static/js/superfish.js +++ b/applications/examples/static/js/superfish.js @@ -196,7 +196,7 @@ .each(function(){ var $childUl = $('>ul',this); var offsetDirection = $childUl.css('left')!==undefined ? 'left' : 'right'; - $childUl.css(offsetDirection,emWidth); + $childUl.css(offsetDirection,$ul.width()); }); }); diff --git a/applications/welcome/static/js/superfish.js b/applications/welcome/static/js/superfish.js index 8590e6e5..63e93a6e 100644 --- a/applications/welcome/static/js/superfish.js +++ b/applications/welcome/static/js/superfish.js @@ -196,7 +196,7 @@ .each(function(){ var $childUl = $('>ul',this); var offsetDirection = $childUl.css('left')!==undefined ? 'left' : 'right'; - $childUl.css(offsetDirection,emWidth); + $childUl.css(offsetDirection,$ul.width()); }); });