Commit 6b0bba3c109b5163e0a7922ca1e7553b7b56b0c9

  • avatar
  • arvind
  • Wed Sep 03 19:17:18 IST 2014
Set editable to false.
FIXME.
  • Diff rendering mode:
  • inline
  • side by side

swtr/static/js/img_swtr.js

184 annotation.title = self.new_anno.title;184 annotation.title = self.new_anno.title;
185 }185 }
186 annotation.text = self.new_anno.text;186 annotation.text = self.new_anno.text;
187 //annotation.editable = false;
187 annotation.editable = false;
188 //console.log(self.new_anno, annotation);188 //console.log(self.new_anno, annotation);
189 },189 },
190 // hide the original editor window, when user has completed selecting part190 // hide the original editor window, when user has completed selecting part