Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
Hotfix hf-277
  • Loading branch information
tdiprima committed May 16, 2018
2 parents debadcf + b3a7c06 commit 96a1b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/annotationtools/osdAnnotationTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ annotools.prototype.saveAnnot = function (annotation) {
annotation.updated_on = '';
jQuery.ajax({
'type': 'POST',
url: 'api/Data/getAnnotSpatial_sc.php',
url: 'api/Data/getAnnotSpatial.php',
data: annotation,
success: function (res, err) {
// console.log("response: ")
Expand Down

0 comments on commit 96a1b9d

Please sign in to comment.