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.
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
Send article to new tab in jQuery mode #680
Send article to new tab in jQuery mode #680
Changes from all commits
af023dd
cb153c4
bfba079
7d93eb4
754c264
84fc3bb
a0217ff
4bb4f45
6e0e33b
047906b
1a2372a
f1e5a57
e7ed05d
8ee285a
3a64720
23536d3
70bf8cb
44314eb
0fa4ac2
6159cc4
671d9c2
6580907
d661f8f
29dff7a
5aa2d6d
8ce8418
74d0071
76ff0ee
1c5fa7c
e2852fa
9c29d91
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Change possibly no longer neceesry, but maybe it does no harm?
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.
May be worth keeping these ones?
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.
We need to avoid setting a title in the dummy article, because it sometimes sticks and doesn't get replaced by the article title when loading a new tab or window. However, we still need a string in the html that allows us to identify that the dummy article is loaded (see in code below where we search for this string).