set pandora.site.site.version and show on /software, fixes #866
This commit is contained in:
parent
9821a579d4
commit
523176ee51
3 changed files with 13 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ pandora.ui.siteDialog = function(section) {
|
|||
+ '<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> '
|
||||
+ 'and <a href="https://oxjs.org">oxjs.org</a>.</p>'
|
||||
+ '<b>' + pandora.site.site.name + '</b> is running pan.do/ra r'+ pandora.site.site.version
|
||||
)
|
||||
.appendTo($content);
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ pandora.ui.siteDialog = function(section) {
|
|||
+ '<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> '
|
||||
+ 'and <a href="https://oxjs.org">oxjs.org</a>.</p>'
|
||||
+ '<b>' + pandora.site.site.name + '</b> is running pan.do/ra r'+ pandora.site.site.version
|
||||
)
|
||||
.appendTo($content);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue