set pandora.site.site.version and show on /software, fixes #866

This commit is contained in:
j 2012-06-22 11:38:36 +02:00
commit 523176ee51
3 changed files with 13 additions and 0 deletions

View file

@ -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 {

View file

@ -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 {