Skip to content
Closed
Changes from 1 commit
Commits
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
Fix issue 151
  • Loading branch information
share-with-me committed Jun 19, 2017
commit 934a87c60f130faa4443407c2b6f4e9abd20c826
2 changes: 0 additions & 2 deletions assets/js/translator.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ if(modeEnabled('translation')) {
synchronizeTextareaHeights();
});

//$(window).resize(synchronizeTextareaHeights);

$('#originalText').blur(function () {
persistChoices('translator', true);
});
Expand Down