# HG changeset patch # User robcast # Date 1421948970 -3600 # Node ID 6afc572d63be4447dc6e4530884002974ee44630 # Parent abad8526fa64f6d9023b68c0876bfc68434732ae fixed stupid error. diff -r abad8526fa64 -r 6afc572d63be webapp/src/main/webapp/jquery/jquery.digilib.vector.js --- a/webapp/src/main/webapp/jquery/jquery.digilib.vector.js Thu Jan 22 18:47:33 2015 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.vector.js Thu Jan 22 18:49:30 2015 +0100 @@ -673,7 +673,7 @@ } } // dragging vertex done - if (shape.properties.editable = isShapeEditable) { + if (shape.properties.editable !== isShapeEditable) { // re-set editable unrenderShape(data, newshape); shape.properties.editable = isShapeEditable;