Skip to content

Commit

Permalink
LOCAL: restore different I3S keypoint names
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Jun 18, 2024
1 parent 87ba42b commit 6713f57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/webapp/encounters/encounterSpotTool.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ console.log(imgEl);
var spotTypes = [ 'ref1', 'ref2', 'ref3', 'spot' ];
var spotTypeNames = {
ref1: '5th gill top',
ref2: 'posterior pectoral',
ref3: '5th gill bottom',
spot: 'spot',
ref1: 'First dorsal',
ref2: 'Second dorsal',
ref3: 'Pelvic',
spot: 'spot',
};
var side = false;
Expand Down

0 comments on commit 6713f57

Please sign in to comment.