Browse Source

missing fix for #413 (#418)

Skylsmoi 7 years ago
parent
commit
970956c8d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/tracim/templates/file/getone.mak

+ 1 - 1
tracim/tracim/templates/file/getone.mak View File

110
               (function initialisePreviewGenerator() {
110
               (function initialisePreviewGenerator() {
111
                 previewGenerator(
111
                 previewGenerator(
112
                   document.getElementById('previewGenerator'),
112
                   document.getElementById('previewGenerator'),
113
-                  'fr_FR',
113
+                  globalTracimLang,
114
                   [
114
                   [
115
                     % for one_url in url:
115
                     % for one_url in url:
116
                       '${one_url}',
116
                       '${one_url}',