fix #2291 (Software tab: Links should open in new tab)
This commit is contained in:
parent
acbba45300
commit
f9302a954c
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ pandora.ui.siteDialog = function(section) {
|
||||||
+ '<b>pan.do/ra</b> includes <b>OxJS</b>, '
|
+ '<b>pan.do/ra</b> includes <b>OxJS</b>, '
|
||||||
+ 'a new JavaScript library for web applications.</p>'
|
+ 'a new JavaScript library for web applications.</p>'
|
||||||
+ '<p>To learn more about <b>pan.do/ra</b> and <b>OxJS</b>, '
|
+ '<p>To learn more about <b>pan.do/ra</b> and <b>OxJS</b>, '
|
||||||
+ 'please visit <a href="https://pan.do/ra">pan.do/ra</a> '
|
+ 'please visit <a href="https://pan.do/ra" target="_blank">pan.do/ra</a> '
|
||||||
+ 'and <a href="https://oxjs.org">oxjs.org</a>.</p>'
|
+ 'and <a href="https://oxjs.org" target="_blank">oxjs.org</a>.</p>'
|
||||||
+ (
|
+ (
|
||||||
canSeeVersion
|
canSeeVersion
|
||||||
? '<sub><b>{0}'
|
? '<sub><b>{0}'
|
||||||
|
|
Loading…
Reference in a new issue