File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
imagetagger/imagetagger/annotations/static/annotations/js Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ function calculateImageScale() {
486486
487487 if ( gImageList . indexOf ( imageId ) === - 1 ) {
488488 console . log (
489- 'skiping request to load image ' + imageId +
489+ 'skipping request to display image ' + imageId +
490490 ' as it is not in current image list.' ) ;
491491 return ;
492492 }
@@ -808,7 +808,7 @@ function calculateImageScale() {
808808
809809 if ( gImageList . indexOf ( imageId ) === - 1 ) {
810810 console . log (
811- 'skiping request to load image ' + imageId +
811+ 'skipping request to load annotation view for image ' + imageId +
812812 ' as it is not in current image list.' ) ;
813813 return ;
814814 }
@@ -913,8 +913,8 @@ function calculateImageScale() {
913913
914914 if ( gImageList . indexOf ( imageId ) === - 1 ) {
915915 console . log (
916- 'skiping request to load image ' + imageId +
917- ' as it is not in current image list.' ) ;
916+ 'skipping request to load image ' + imageId +
917+ ' to cache as it is not in current image list.' ) ;
918918 return ;
919919 }
920920
You can’t perform that action at this time.
0 commit comments