forked from CGM_Public/pretix_original
Fix datepicker locale when using min/max
This commit is contained in:
committed by
GitHub
parent
ea955c779e
commit
2bb324f885
@@ -328,6 +328,7 @@ $(function () {
|
||||
"use strict";
|
||||
|
||||
$("body").removeClass("nojs");
|
||||
moment.locale($("body").attr("data-datetimelocale"));
|
||||
|
||||
var scrollpos = sessionStorage ? sessionStorage.getItem('scrollpos') : 0;
|
||||
if (scrollpos) {
|
||||
|
||||
Reference in New Issue
Block a user