File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -121,13 +121,13 @@ Disables selection of dates **NOT** in the array, e.g. holidays
121121### icons
122122
123123 Default: {
124- time: 'glyphicon glyphicon-time'
125- date: 'glyphicon glyphicon-calendar'
126- up: 'glyphicon glyphicon-chevron-up'
127- down: 'glyphicon glyphicon-chevron-down'
128- previous: 'glyphicon glyphicon-chevron-left'
129- next: 'glyphicon glyphicon-chevron-right'
130- today: 'glyphicon glyphicon-screenshot'
124+ time: 'glyphicon glyphicon-time',
125+ date: 'glyphicon glyphicon-calendar',
126+ up: 'glyphicon glyphicon-chevron-up',
127+ down: 'glyphicon glyphicon-chevron-down',
128+ previous: 'glyphicon glyphicon-chevron-left',
129+ next: 'glyphicon glyphicon-chevron-right',
130+ today: 'glyphicon glyphicon-screenshot',
131131 clear: 'glyphicon glyphicon-trash',
132132 close: 'glyphicon glyphicon-remove'
133133 }
You can’t perform that action at this time.
0 commit comments