File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 timeOnlyTitle : 'Scegli orario' ,
66 timeText : 'Orario' ,
77 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 ' ,
1212 timezoneText : 'Fuso orario' ,
1313 currentText : 'Adesso' ,
1414 closeText : 'Chiudi' ,
Original file line number Diff line number Diff line change 229229
230230 // controlType is string - key to our this._controls
231231 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' ) {
233233 tp_inst . _defaults . controlType = 'select' ;
234234 }
235235 tp_inst . control = tp_inst . _controls [ tp_inst . _defaults . controlType ] ;
You can’t perform that action at this time.
0 commit comments