Skip to content

Commit

Permalink
Fix listmonth, refs #385
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mwjames committed Mar 24, 2018
1 parent 705c27d commit 681b438
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions formats/calendar/resources/ext.srf.formats.eventcalendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@
that.view = parameters.views
.replace( 'day', 'Day')
.replace( 'week', 'Week' )
.replace( 'tmonth', 'tMonth' )
.replace( 'Month', 'month' );
.replace( 'tmonth', 'tMonth' );

that.firstday = $.inArray( parameters.firstday, weekDay );

Expand Down

0 comments on commit 681b438

Please sign in to comment.