jquery / meetings.jquery.org

Calendar and minutes of public jQuery team meetings
https://meetings.jquery.org
Other
27 stars 31 forks source link

PrivateInternetAccess link of the IRC iframe doesn't work #21

Closed AurelioDeRosa closed 8 years ago

AurelioDeRosa commented 9 years ago

In the iframe for the IRC chat we have a link that points to PrivateInternetAccess. However, on click of the link this is what Chrome/Opera shows:

meetings-issue

Firefox tries to load something but for the user the only result is that it removes every element of the iframe.

Internet Explorer shows the following error:

meetings-issue-ie

arthurvr commented 9 years ago

Good catch @AurelioDeRosa. Wondering if there's something we can do about this.

agcolom commented 9 years ago

I may be completely wrong but adding the target="_blank" to the link seems to fix this? That is if the link is there to be open the page...