mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
FIX: broke all the things on Firefox
This commit is contained in:
@ -7,9 +7,9 @@ Discourse.AutoCloseFormComponent = Ember.Component.extend({
|
||||
}.property('labelKey'),
|
||||
|
||||
autoCloseChanged: function() {
|
||||
if( this.get('autoCloseTime') && this.get('autoCloseTime').length > 0 ) {
|
||||
this.set('autoCloseTime', this.get('autoCloseTime').replace(/[^\d:-\s]/g, '') );
|
||||
}
|
||||
// if( this.get('autoCloseTime') && this.get('autoCloseTime').length > 0 ) {
|
||||
// this.set('autoCloseTime', this.get('autoCloseTime').replace(/[^\d-\s\:]/g, '') );
|
||||
// }
|
||||
this.set('autoCloseValid', this.isAutoCloseValid());
|
||||
}.observes('autoCloseTime'),
|
||||
|
||||
|
Reference in New Issue
Block a user