Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Nov 30, 2020
1 parent a928798 commit dd134e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion edit2/index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 0 additions & 1 deletion edit2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit dd134e5

Please sign in to comment.