Skip to content
Prev Previous commit
Next Next commit
Add functionality when markunknown is changed on docTranslation inter…
…face
  • Loading branch information
share-with-me committed Jul 16, 2017
commit 963ae0176b1a0b838104845e7e170c307ac65fad
3 changes: 3 additions & 0 deletions assets/js/translator.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ if(modeEnabled('translation')) {
if($('div#translateText').is(':visible')) {
translateText();
}
else if($('div#docTranslation').is(':visible')) {
translateDoc();
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Um, I am not sure why this is appearing in the diff here :/ . I simply did a git rebase with master. Do you suggest making a separate PR? (The below snippet has the changes that you asked to do @sushain97 )!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, maybe you're rebasing with your master instead of origin/master? I think these changes are separate so we don't want to merge them.

Copy link
Contributor Author

@share-with-me share-with-me Aug 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Um, I did a git fetch origin, git rebase origin/master. I am not sure why it still exists. Is it okay if I create a new PR?

persistChoices('translator');
});

Expand Down