Skip to content
Closed
Show file tree
Hide file tree
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 aa7cce916f8f85968b6d0d630dc3af44bb236414
2 changes: 1 addition & 1 deletion assets/js/translator.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if(modeEnabled('translation')) {
synchronizeTextareaHeights();
});

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

$('#originalText').blur(function () {
persistChoices('translator', true);
Expand Down
2 changes: 1 addition & 1 deletion assets/js/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ $(document).ready(function () {
$('#' + mode + 'Container').show({
queue: false
});
//synchronizeTextareaHeights();
synchronizeTextareaHeights();
});

resizeFooter();
Expand Down