quick fix for capture date removal - could do with re-formatting the sidebar data to use the space better

This commit is contained in:
Jon Atkins 2014-06-16 16:45:01 +01:00
parent fe2542902c
commit 958ca2758d

View File

@ -189,8 +189,8 @@ window.getPortalMiscDetails = function(guid,d) {
// collect and html-ify random data // collect and html-ify random data
var randDetailsData = []; var randDetailsData = [];
if (playerText && sinceText) { if (playerText || sinceText) {
randDetailsData.push (playerText, sinceText); randDetailsData.push (playerText || ['-','-'], sinceText || ['-','-']);
} }
randDetailsData.push ( randDetailsData.push (