Commit 6b0bba3c109b5163e0a7922ca1e7553b7b56b0c9
- Diff rendering mode:
- inline
- side by side
swtr/static/js/img_swtr.js
(1 / 1)
  | |||
184 | 184 | annotation.title = self.new_anno.title; | |
185 | 185 | } | |
186 | 186 | annotation.text = self.new_anno.text; | |
187 | //annotation.editable = false; | ||
187 | annotation.editable = false; | ||
188 | 188 | //console.log(self.new_anno, annotation); | |
189 | 189 | }, | |
190 | 190 | // hide the original editor window, when user has completed selecting part |