quick fix for capture date removal - could do with re-formatting the sidebar data to use the space better
This commit is contained in:
parent
fe2542902c
commit
958ca2758d
@ -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 (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user