diff --git a/communicator/templates/pages/index.html b/communicator/templates/pages/index.html index 37113b3..cbf9c2e 100644 --- a/communicator/templates/pages/index.html +++ b/communicator/templates/pages/index.html @@ -398,16 +398,7 @@ $('input[name="dateRange"]').daterangepicker({ opens: 'left', locale: { - "daysOfWeek": [ - - "Mo", - "Tu", - "We", - "Th", - "Fr", - "Sa", - "Su" - ], + firstDay: 1 } }); }); diff --git a/communicator/templates/pages/inventory.html b/communicator/templates/pages/inventory.html index ae1f78f..ce92add 100644 --- a/communicator/templates/pages/inventory.html +++ b/communicator/templates/pages/inventory.html @@ -6,7 +6,7 @@