Commit b540ca49 by Alexander Kryklia

removed old flag use_targets

parent b7b25369
......@@ -852,10 +852,6 @@ class DragAndDropInput(InputTypeBase):
# image drag and drop onto
to_js['base_image'] = Attribute('img').parse_from_xml(self.xml)
# problem subtype: targets or positions
to_js['use_targets'] = Attribute('targets',
default="True").parse_from_xml(self.xml)
# outline places on image where to drag adn drop
to_js['target_outline'] = Attribute('target_outline',
default="False").parse_from_xml(self.xml)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment