diff --git a/edit2/index.cpp b/edit2/index.cpp index 22208c116..19bc0b629 100644 --- a/edit2/index.cpp +++ b/edit2/index.cpp @@ -132,7 +132,6 @@ string edit2_index (void * webserver_request) "var editorChapterSaving = '" + locale_logic_text_saving () + "';\n" "var editorChapterSaved = '" + locale_logic_text_saved () + "';\n" "var editorChapterRetrying = '" + locale_logic_text_retrying () + "';\n" - "var editorChapterReformat = '" + locale_logic_text_reformat () + "';\n" "var editorChapterVerseUpdatedLoaded = '" + locale_logic_text_reload () + "';\n" "var verticalCaretPosition = " + convert_to_string (verticalCaretPosition) + ";\n" "var verseSeparator = '" + Database_Config_General::getNotesVerseSeparator () + "';\n"; diff --git a/edit2/index.js b/edit2/index.js index 1c8883516..8ff084161 100644 --- a/edit2/index.js +++ b/edit2/index.js @@ -591,7 +591,6 @@ function editorSelectiveNotification (message) if (message == editorWillSave) return; if (message == editorChapterSaving) return; if (message == editorChapterSaved) return; - if (message == editorChapterReformat) return; if (message == "") return; notifyItError (message); }