debug plugin: add totle to clarify which data is map data, and which is portal detail data
This commit is contained in:
parent
2e1a5fd1ae
commit
3aed769081
@ -2,7 +2,7 @@
|
||||
// @id iitc-plugin-raw-portal-data
|
||||
// @name IITC plugin: Debug: Raw portal JSON data
|
||||
// @category Debug
|
||||
// @version 0.2.3.@@DATETIMEVERSION@@
|
||||
// @version 0.2.4.@@DATETIMEVERSION@@
|
||||
// @namespace rawdata
|
||||
// @updateURL @@UPDATEURL@@
|
||||
// @downloadURL @@DOWNLOADURL@@
|
||||
@ -44,7 +44,7 @@ window.plugin.rawdata.showPortalData = function(guid) {
|
||||
var body =
|
||||
'<b>Portal GUID</b>: <code>'+guid+'</code><br />' +
|
||||
'<b>Entity timestamp</b>: <code>'+ts+'</code> - '+window.unixTimeToDateTimeString(ts,true)+'<br />' +
|
||||
'<pre>'+JSON.stringify(data,null,2)+'</pre>';
|
||||
'<b>Portal map data:</b><pre>'+JSON.stringify(data,null,2)+'</pre>';
|
||||
|
||||
var details = portalDetail.get(guid);
|
||||
if (details) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user