summernote lang de

This commit is contained in:
holger.trampe 2020-04-19 21:57:13 +02:00
parent 2189d61416
commit 7e8a1383bd
5 changed files with 7 additions and 3 deletions

View File

@ -19,7 +19,8 @@
<script type="text/javascript">
$(document).ready(function() {
$('#id_content').summernote({
height: 400
height: 400,
lang: "de-DE"
});
});
</script>

View File

@ -17,7 +17,8 @@
<script type="text/javascript">
$(document).ready(function() {
$('#id_content').summernote({
height: 400
height: 400,
lang: "de-DE"
});
});
</script>

View File

@ -692,6 +692,7 @@ $(document).ready(function() {
$('#id_content').summernote({
height: 400,
lang: "de-DE"
});
});

View File

@ -826,7 +826,8 @@ $("#id_area").change(function () {
$(document).ready(function() {
$('#id_content').summernote({
height: 400
height: 400,
lang: "de-DE",
});
});