Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ Support for this project has come from [Processing Foundation](https://processin
Hosting and technical support has come from:
<br />
<br />
<a href="https://releasehub.com/" target="_blank"><img width="100" src="https://assets.website-files.com/603dd147c5b0a480611bd348/603dd147c5b0a469bc1bd451_logo--dark.svg" /></a>
<a href="https://releasehub.com/" target="_blank" rel="noopener noreferrer"><img width="100" src="https://assets.website-files.com/603dd147c5b0a480611bd348/603dd147c5b0a469bc1bd451_logo--dark.svg" /></a>
<br />
<a href="https://www.browserstack.com/" target="_blank"><img width="100" src="https://user-images.githubusercontent.com/6063380/46976166-ab280a80-d096-11e8-983b-18dd38c8cc9b.png" /></a>
<a href="https://www.browserstack.com/" target="_blank" rel="noopener noreferrer"><img width="100" src="https://user-images.githubusercontent.com/6063380/46976166-ab280a80-d096-11e8-983b-18dd38c8cc9b.png" /></a>
4 changes: 2 additions & 2 deletions client/modules/About/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const About = () => {
<a
href="https://github.com/processing/p5.js-web-editor/releases"
target="_blank"
rel="noreferrer"
rel="noopener noreferrer"
>
{t('About.WebEditor')}: <span>v{packageData?.version}</span>
</a>
Expand All @@ -142,7 +142,7 @@ const About = () => {
<a
href="https://github.com/processing/p5.js/releases"
target="_blank"
rel="noreferrer"
rel="noopener noreferrer"
>
p5.js: <span>v{p5version}</span>
</a>
Expand Down
2 changes: 1 addition & 1 deletion client/modules/IDE/components/AssetListRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const AssetMenu = ({ item: asset }) => {
return (
<TableDropdown aria-label={t('AssetList.ToggleOpenCloseARIA')}>
<MenuItem onClick={handleAssetDelete}>{t('AssetList.Delete')}</MenuItem>
<MenuItem href={asset.url} target="_blank">
<MenuItem href={asset.url} target="_blank" rel="noopener noreferrer">
{t('AssetList.OpenNewTab')}
</MenuItem>
</TableDropdown>
Expand Down
4 changes: 2 additions & 2 deletions client/modules/IDE/components/Preferences/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default function Preferences() {
const markdownComponents = useMemo(() => {
// eslint-disable-next-line react/no-unstable-nested-components
const ExternalLink = ({ children, ...props }) => (
<a {...props} target="_blank">
<a {...props} target="_blank" rel="noopener noreferrer">
{children}
</a>
);
Expand Down Expand Up @@ -622,7 +622,7 @@ export default function Preferences() {
<legend className="preference__warning">
<a
target="_blank"
rel="noreferrer"
rel="noopener noreferrer"
href={`https://${
versionInfo.isVersion2 ? 'beta.' : ''
}p5js.org/reference/p5.sound`}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const Item = ({ isAdded, onSelect, name, url }) => {
className="quick-add__item-view"
to={url}
target="_blank"
rel="noopener noreferrer"
onClick={(e) => e.stopPropagation()}
>
{t('QuickAddList.View')}
Expand Down
2 changes: 1 addition & 1 deletion client/modules/IDE/components/show-hint.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ ${
p5
? `<a href="https://p5js.org/reference/p5/${
typeof p5 === 'string' ? p5 : name
}" role="link" onclick="event.stopPropagation()" target="_blank">\
}" role="link" onclick="event.stopPropagation()" target="_blank" rel="noopener noreferrer">\
<span class="hint-hidden">open ${name} reference</span>\
<span aria-hidden="true">&#10132;</span></a>`
: `<span class="no-link-placeholder"><span class="hint-hidden">no reference for ${name}</span></span>`
Expand Down
2 changes: 1 addition & 1 deletion translations/contributor_docs/ko/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ p5.js 웹 에디터에서 버그를 발견하셨다면, [“이슈” 탭](https
본 프로젝트는 [프로세싱 재단](https://processingfoundation.org/), [뉴욕대 ITP](https://tisch.nyu.edu/itp), [뉴욕시 교육부의 CS4All](http://cs4all.nyc/)에서 후원해주셨습니다.

호스팅과 기술적 지원은 다음 단체들에서 해주셨습니다:<br />
<a href="https://www.browserstack.com/" target="_blank"><img width="100" src="https://user-images.githubusercontent.com/6063380/46976166-ab280a80-d096-11e8-983b-18dd38c8cc9b.png" /></a> <a href="https://mlab.com" target="_blank"><img width="100" src="https://user-images.githubusercontent.com/6063380/46976572-dbbc7400-d097-11e8-89fe-c7bb08ed0775.png" /></a>
<a href="https://www.browserstack.com/" target="_blank" rel="noopener noreferrer"><img width="100" src="https://user-images.githubusercontent.com/6063380/46976166-ab280a80-d096-11e8-983b-18dd38c8cc9b.png" /></a> <a href="https://mlab.com" target="_blank" rel="noopener noreferrer"><img width="100" src="https://user-images.githubusercontent.com/6063380/46976572-dbbc7400-d097-11e8-89fe-c7bb08ed0775.png" /></a>