Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Nearly done
  • Loading branch information
Diogo Fernandes committed Dec 3, 2017
commit ea090f4b74705241a456e0101425e4f820dd1632
12 changes: 0 additions & 12 deletions .idea/apertium-html-tools.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

197 changes: 0 additions & 197 deletions .idea/workspace.xml

This file was deleted.

1 change: 0 additions & 1 deletion assets/js/translator.js
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,6 @@ function translateText(ignoreIfEmpty) {
request.q = originalText; // eslint-disable-line id-length
request.markUnknown = $('#markUnknown').prop('checked') ? 'yes' : 'no';
translateRequest = callApy({
success: handleTranslateSuccessResponse,
error: translationNotAvailable,
complete: function () {
ajaxComplete();
Expand Down