@ -94,11 +94,6 @@ BI.YearInterval = BI.inherit(BI.Single, {
self._checkValid();
});
combo.on(BI.DynamicYearCombo.EVENT_BEFORE_POPUPVIEW, function () {
self.left.hideView();
self.right.hideView();
combo.on(BI.DynamicYearCombo.EVENT_CONFIRM, function () {
BI.Bubbles.hide("error");
var smallDate = self.left.getKey(), bigDate = self.right.getKey();
@ -94,11 +94,6 @@ BI.YearQuarterInterval = BI.inherit(BI.Single, {
combo.on(BI.DynamicYearQuarterCombo.EVENT_BEFORE_POPUPVIEW, function () {
combo.on(BI.DynamicYearQuarterCombo.EVENT_CONFIRM, function () {