diff --git a/static/js/pandora/siteDialog.js b/static/js/pandora/siteDialog.js index eadfde9f..eb473493 100644 --- a/static/js/pandora/siteDialog.js +++ b/static/js/pandora/siteDialog.js @@ -24,10 +24,10 @@ pandora.ui.siteDialog = function(section) { .html( '
' + pandora.site.site.name + ' is based on Pan.do/ra, ' + + '
' + pandora.site.site.name + ' is based on
Pan.do/ra, ' + 'a free open source framework for media archives.
' - + 'Pan.do/ra includes OxJS, a new JavaScript library for web applications.' - + 'Pan.do/ra and OxJS will be released in 2012. More soon...
' + + 'Pan.do/ra includes OxJS, a new JavaScript library for web applications.' + + 'Pan.do/ra and OxJS will be released in 2012. More soon...' ) .appendTo($content); } else { diff --git a/static/js/pandora/usersDialog.js b/static/js/pandora/usersDialog.js index 92276a2c..6d1f79db 100644 --- a/static/js/pandora/usersDialog.js +++ b/static/js/pandora/usersDialog.js @@ -137,6 +137,7 @@ pandora.ui.usersDialog = function() { align: 'center', format: function(value, data) { var userLevel = data.useragent.indexOf('Googlebot') > -1 + || data.useragent.indexOf('BingPreview') > -1 ? 'Robot' : Ox.toTitleCase(value); return Ox.Theme.formatColorLevel( userLevels.indexOf(userLevel),