Commit cd86f304eb07d633b4b2817b26c532b6bcf1638a

  • avatar
  • arvind
  • Tue Sep 09 19:24:13 IST 2014
Images in gallery should not have selectionWidget enabled for
annotation, when annotations are being shown.
  • Diff rendering mode:
  • inline
  • side by side

swtr/static/js/main.js

824 anno_obj['editable'] = false;824 anno_obj['editable'] = false;
825 anno.addAnnotation(anno_obj);825 anno.addAnnotation(anno_obj);
826 });826 });
827 anno.hideSelectionWidget();
827 this.$(".annotorious-item-unfocus").css("opacity", '0.6');828 this.$(".annotorious-item-unfocus").css("opacity", '0.6');
828 }829 }
829 });830 });