Remove flatpickr polyfill

Firefox now supports it natively...finally! Closes #475
This commit is contained in:
2022-01-20 10:59:25 +00:00
parent cc6992976e
commit b04a168f01
7 changed files with 1 additions and 53 deletions

View File

@@ -37,7 +37,7 @@ function updatePrices() {
}
function setupMDE(selector) {
editor = new SimpleMDE({
editor = new SimpleMDE({
element: $(selector)[0],
forceSync: true,
toolbar: ["bold", "italic", "strikethrough", "|", "unordered-list", "ordered-list", "|", "link", "|", "preview", "guide"],