Commit a902bbd32324a4da4d8a82f8c76465671e509737

Authored by Zambom
1 parent 67fa72da

Activating summernote plugin translation in general context

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
amadeus/static/js/main.js
... ... @@ -12,6 +12,7 @@ $(function () {
12 12  
13 13 $('.text_wysiwyg').summernote({
14 14 height: 200,
  15 + lang: new_lang,
15 16 disableDragAndDrop: true,
16 17 });
17 18  
... ...