forked from mirrors/easyappointments
Changed calendar table span option from 4 to 3 days.
This commit is contained in:
parent
6c064295ca
commit
4b976c86fe
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
|
|||
.find('select')
|
||||
.empty()
|
||||
.append(new Option('1 ' + EALang['day'] , 1))
|
||||
.append(new Option('4 ' + EALang['days'], 4));
|
||||
.append(new Option('3 ' + EALang['days'], 3));
|
||||
|
||||
var $calendarHeader = $('<div class="calendar-header" />').appendTo('#calendar');
|
||||
|
||||
|
|
Loading…
Reference in a new issue