collective / collective.nitf

A Dexterity-based content type inspired on the News Industry Text Format specification
8 stars 3 forks source link

TypeError: $(...).data(...) is undefined while sorting images #59

Closed hvelarde closed 11 years ago

hvelarde commented 11 years ago
  1. add a news article and 2 images inside it
  2. go to @@media
  3. change the position of the images
  4. you will see the following error at the JS console:
TypeError: $(...).data(...) is undefined @ http://localhost:8080/Plone/lorem-ipsum/@@media:184

Plone 4.3.1 collective.nitf from master branch

jpgimenez commented 11 years ago

Pull request, https://github.com/collective/collective.nitf/pull/60