-
Notifications
You must be signed in to change notification settings - Fork 94
MarkUnknown checkbox visible with TranslateDoc - Fix #146 #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
share-with-me
wants to merge
10
commits into
apertium:master
from
share-with-me:gsoc-mono-markunknown-translateDoc
Closed
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
caeff03
Mark Unknown with translate Doc
share-with-me f926fb3
Change ID to markUnknownDoc
share-with-me ded1c24
Add a class to hide and show elements
share-with-me 1f2d73b
Change ID
share-with-me b8ae5b9
Use siblings menthod
share-with-me 963ae01
Add functionality when markunknown is changed on docTranslation inter…
share-with-me 9187c4e
Update index.html.in
sushain97 7a79a83
Use *:not selectors
share-with-me 32f30cb
Merge branch 'master' into gsoc-mono-markunknown-translateDoc
share-with-me ec11119
Remove trailing spaces
share-with-me File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add functionality when markunknown is changed on docTranslation inter…
…face
- Loading branch information
commit 963ae0176b1a0b838104845e7e170c307ac65fad
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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 rebasewith master. Do you suggest making a separate PR? (The below snippet has the changes that you asked to do @sushain97 )!There was a problem hiding this comment.
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.Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
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?