From 6b0bba3c109b5163e0a7922ca1e7553b7b56b0c9 Mon Sep 17 00:00:00 2001 From: Arvind Date: Wed, 3 Sep 2014 19:17:18 +0530 Subject: [PATCH] Set editable to false. FIXME. --- swtr/static/js/img_swtr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swtr/static/js/img_swtr.js b/swtr/static/js/img_swtr.js index 06ad3e0..526cbca 100644 --- a/swtr/static/js/img_swtr.js +++ b/swtr/static/js/img_swtr.js @@ -184,7 +184,7 @@ annotation.title = self.new_anno.title; } annotation.text = self.new_anno.text; - //annotation.editable = false; + annotation.editable = false; //console.log(self.new_anno, annotation); }, // hide the original editor window, when user has completed selecting part -- 1.7.10.4