File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
timeOnlyTitle : 'Scegli orario' ,
6
6
timeText : 'Orario' ,
7
7
hourText : 'Ora' ,
8
- minuteText : 'Minuto ' ,
9
- secondText : 'Secondo ' ,
10
- millisecText : 'Millisecondo ' ,
11
- microsecText : 'Microsecondo ' ,
8
+ minuteText : 'Minuti ' ,
9
+ secondText : 'Secondi ' ,
10
+ millisecText : 'Millisecondi ' ,
11
+ microsecText : 'Microsecondi ' ,
12
12
timezoneText : 'Fuso orario' ,
13
13
currentText : 'Adesso' ,
14
14
closeText : 'Chiudi' ,
Original file line number Diff line number Diff line change 229
229
230
230
// controlType is string - key to our this._controls
231
231
if ( typeof ( tp_inst . _defaults . controlType ) === 'string' ) {
232
- if ( $ . fn [ tp_inst . _defaults . controlType ] === undefined ) {
232
+ if ( tp_inst . _defaults . controlType == 'slider' && typeof ( jQuery . ui . slider ) === ' undefined' ) {
233
233
tp_inst . _defaults . controlType = 'select' ;
234
234
}
235
235
tp_inst . control = tp_inst . _controls [ tp_inst . _defaults . controlType ] ;
You can’t perform that action at this time.
0 commit comments