Ignore:
Timestamp:
2019-06-24T17:46:14+12:00 (5 years ago)
Author:
wy59
Message:
  1. Added Javascript versions of new erase-metadata functions, to work with their recently introduced perl counterparts. Because this feature is now unused but still potentially useful, having been created for a scenario we no longer need, these functions are untested. Other than that they produced no obvious javascript syntax errors when the modified javascript-global-functions.js file got included. 2. Minor, improved a comment.
File:
1 edited

Legend:

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

    r33217 r33218  
    1 var mapEnabled = false; // variable to detect when map-scripts have been included into document_scripts.js and classifier_scripts.js
    2                         // Will be set to true iff we have gps map data that the map can display
     1var mapEnabled = false; // variable to detect when map-scripts have been included into document_scripts.js and classifier_scripts.js,
     2                        // in which case this variable will be defined.
     3                        // It will be furthermore be set to true iff we have gps map data that the map can display, false if map-scripts imported but no map data.
    34
    45//var newLat, newLng = 0;
Note: See TracChangeset for help on using the changeset viewer.