Bug #18400 ยป 7794_opendocs_ie_jserror.diff
typo3/sysext/opendocs/opendocs.js (working copy) | ||
---|---|---|
*/
|
||
positionMenu: function() {
|
||
var calculatedOffset = 0;
|
||
var ownWidth = this.menu.getWidth();
|
||
var ownWidth = $(this.menu).getWidth();
|
||
var parentWidth = $(this.menuItem).getWidth();
|
||
var parentSiblings = $(this.menuItem).previousSiblings();
|
||