# HG changeset patch # User hertzhaft # Date 1423470028 -3600 # Node ID 81d5135ceafc0c1a5fe56fd82b1550ea152fed8a # Parent ad0b58c983c7743a98ceecf511b1aecf1041f26a remove superfluous line diff -r ad0b58c983c7 -r 81d5135ceafc webapp/src/main/webapp/jquery/jquery.digilib.vector.js --- a/webapp/src/main/webapp/jquery/jquery.digilib.vector.js Sun Feb 08 19:22:24 2015 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.vector.js Mon Feb 09 09:20:28 2015 +0100 @@ -641,10 +641,9 @@ } // save editable state and set to non-editable if (shape.properties != null) { - shape.properties._editable = shape.properties.editable; - shape.properties.editable = false; - shape.properties.screenpos = [pt]; - shape.properties.startpos = [pt]; + shape.properties._editable = shape.properties.editable; + shape.properties.editable = false; + shape.properties.screenpos = [pt]; } else { shape.properties = {'editable' : false}; }