-
Notifications
You must be signed in to change notification settings - Fork 25
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
Make links work when opened in a new tab using right click context menu #16
Conversation
Now, I have tested it and it seems to be working as expected. |
@marcosnils I added the following line in the <a href="/foo/bar?baz=blah" data-term="#myTerm" data-port="80">Click Here</a> |
@ibnesayeed still doesn't work in my case. If you go to the |
@marcosnils how did you try to test on the training site while these changes are not reflected there yet? The live site is using RawGit CDN from the |
The RawGit CDN used by the PWD to serve the SDK files is sunsetting. play-with-docker/play-with-docker.github.io#166 |
@ibnesayeed just tried it again and it's not working for me. To test it locally I just serve the |
Serving |
You can run `npm run build ` to generate the PWD.js built file.
sent from mobile
El sáb., 27 oct. 2018 19:52, Sawood Alam <[email protected]>
escribió:
… Serving /dist/pwd.js will not work until the dist is rebuilt because
changes are made in the index.js file.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABgV2kwzLEMpuDya5RbjmZz9sFEDW1YFks5upOOpgaJpZM4W3yXK>
.
|
Yes, that's how I tested it locally earlier, but I thought you were missing that as you said it was not working for you while it does for me. |
What it wasn't working for me has the middle button click, on the right
button. In any case it should work for all cases now
sent from mobile
El sáb., 27 oct. 2018 20:38, Sawood Alam <[email protected]>
escribió:
… Yes, that's how I tested it locally earlier, but I thought you were
missing that as you said it was not working for you while it does for me.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABgV2jtrbF_mYlUi1czr8g9a6qwlQ0KLks5upO52gaJpZM4W3yXK>
.
|
It works well. Thank you guys @marcosnils @ibnesayeed |
This is an attempt to fix play-with-docker/play-with-docker.github.io#126, but not tested well.