Changeset 33127


Ignore:
Timestamp:
2019-06-06T20:40:15+12:00 (5 years ago)
Author:
wy59
Message:

2 single changes before major commit. 1. map-scripts.js: Bugfix, no longer referencing a var that does not exist. 2. classifier_scripts.js: Removing unused variable.

Location:
main/trunk/greenstone3/web/interfaces/default/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/js/classifier_scripts.js

    r29277 r33127  
    111111    if(!inProgress[sectionID])
    112112    {
    113         inProgress[sectionID] = true;
    114         var httpRequest = new gs.functions.ajaxRequest();
     113        inProgress[sectionID] = true;       
    115114       
    116115        var sectionToggle = gs.jqGet("toggle" + sectionID);
  • main/trunk/greenstone3/web/interfaces/default/js/map-scripts.js

    r33126 r33127  
    626626function performDistanceSearchWithCoordinates(id, coord, degrees)
    627627{
    628     var coordInfo = getLatLngForCoord(doc.coord);
     628    var coordInfo = getLatLngForCoord(coord);
    629629    if(!coordInfo) {
    630630        console.log("@@@ ERROR in map-scripts::performDistanceSearchWithCoordinates: coordInfo is null");       
Note: See TracChangeset for help on using the changeset viewer.