We would like this change in our project. However, !s.no_pip was
accidentally over written. In both top: and bottom: is should be
!s.no_pip and not !self.settings.no_pip.
p.left = p.left - thisOuterWidth + tOuterWidth;
}
- if (!self.settings.no_pip && tOuterWidth < thisOuterWidth || self.small() || this.hasClass(s.mega_menu)) {
+ if (!s.no_pip && tOuterWidth < thisOuterWidth || self.small() || this.hasClass(s.mega_menu)) {
self.adjust_pip(this, t, s, p);
}
p.left = p.left - thisOuterWidth + tOuterWidth;
}
- if (!self.settings.no_pip && tOuterWidth < thisOuterWidth || self.small() || this.hasClass(s.mega_menu)) {
+ if (!s.no_pip && tOuterWidth < thisOuterWidth || self.small() || this.hasClass(s.mega_menu)) {
self.adjust_pip(this, t, s, p);
}