From 20bea651beedaa6be89474f59c8c6e1bc4910fc4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 8 Feb 2021 10:30:57 +0800 Subject: [PATCH] Roo/bootstrap/TimeField.js --- Roo/bootstrap/TimeField.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Roo/bootstrap/TimeField.js b/Roo/bootstrap/TimeField.js index 93916def12..81503d51e7 100644 --- a/Roo/bootstrap/TimeField.js +++ b/Roo/bootstrap/TimeField.js @@ -79,10 +79,10 @@ Roo.extend(Roo.bootstrap.TimeField, Roo.bootstrap.Input, { this.fillTime(); this.update(); - this.pop.select('span.hours-up', true).first().on('click', this.onIncrementHours, this); - this.pop.select('span.hours-down', true).first().on('click', this.onDecrementHours, this); - this.pop.select('span.minutes-up', true).first().on('click', this.onIncrementMinutes, this); - this.pop.select('span.minutes-down', true).first().on('click', this.onDecrementMinutes, this); + this.pop.select('.hours-up', true).first().on('click', this.onIncrementHours, this); + this.pop.select('.hours-down', true).first().on('click', this.onDecrementHours, this); + this.pop.select('.minutes-up', true).first().on('click', this.onIncrementMinutes, this); + this.pop.select('.minutes-down', true).first().on('click', this.onDecrementMinutes, this); this.pop.select('button.period', true).first().on('click', this.onTogglePeriod, this); this.pop.select('button.ok', true).first().on('click', this.setTime, this); -- 2.39.2