Ignore:
Timestamp:
Oct 1, 2014, 4:49:33 PM (10 years ago)
Author:
alloc
Message:

Map: Show steamid for protection block owners

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/webserver/js/index.js

    r193 r200  
    462462                                var m = L.marker(pos, { clickable: false, keyboard: false, zIndexOffset:-1000, iconSize: [0,0], icon: L.divIcon({className: 'invisIcon', iconSize:[0,0]}) });
    463463                                if (playersMappingList.hasOwnProperty(steamid)) {
    464                                         r.bindPopup("Owner: " + playersMappingList[steamid].name);
     464                                        r.bindPopup("Owner: " + playersMappingList[steamid].name + "("+steamid+")");
    465465                                } else {
    466466                                        r.bindPopup("Owner: unknown ("+steamid+")");
Note: See TracChangeset for help on using the changeset viewer.