pupupu

simple static CMS for crappy servers
git clone https://git.ce9e.org/pupupu.git

commit
593565a1106895530e727ca9cfc6a48c8dbad896
parent
9a1bd6b4e3f1b16deada62943e17e825f62741db
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-10-12 17:32
restrict simplemd to [name="md"]

Diffstat

M static/main.js 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/static/main.js b/static/main.js

@@ -9,6 +9,7 @@
    9     9     };
   10    10 
   11    11     new SimpleMDE({
   -1    12         element: document.querySelector('textarea[name="md"]'),
   12    13         spellChecker: false,
   13    14     });
   14    15