From: Alan Knowles Date: Mon, 8 Feb 2021 02:30:57 +0000 (+0800) Subject: Roo/bootstrap/TimeField.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=20bea651beedaa6be89474f59c8c6e1bc4910fc4 Roo/bootstrap/TimeField.js --- 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);