Ignore:
Timestamp:
2019-03-01T18:39:10+13:00 (5 years ago)
Author:
ak19
Message:

Zeddy cleanup. Better debugging info as to where in the code we are. Removed an unused var and some commented out code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/js/map-scripts.js

    r32832 r32833  
    363363            gs.functions.setArchivesMetadata(collection, site_name, nodeID, "Latitude", null, lat, null, "override", function(){callbackFunction();});
    364364            gs.functions.setArchivesMetadata(collection, site_name, nodeID, "Longitude", null, lng, null, "override", function(){callbackFunction();});
    365             console.log(nodeID);
     365            console.log("NodeID: " + nodeID);
    366366            console.log("GPS Click handler in collection:" + collection + " in site: " + site_name + " for Doc: " + nodeID + "(" + lat + "," + lng + ")");
    367367        });
Note: See TracChangeset for help on using the changeset viewer.