Ignore:
Timestamp:
2019-05-16T20:19:37+12:00 (5 years ago)
Author:
wy59
Message:

Fixed the bug described in the previous commit (but it had been wrongly described in reverse).

File:
1 edited

Legend:

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

    r33086 r33088  
    350350    // store reference to added overlay
    351351    google.maps.event.addListener(this.drawingManager, 'overlaycomplete', function (e) {
    352         document.getElementById("description" + "-" + that.id).value = "";
    353         var value = document.getElementById("description" + "-" + that.id).value;
    354352        that.allowDeselect = true;
    355353        that.mapEditorHistory.historyOverlayPush();
Note: See TracChangeset for help on using the changeset viewer.