saschagottfried / todopyramid

My refactored version of ToDo Pyramid
1 stars 0 forks source link

Deform JS render error #16

Closed saschagottfried closed 10 years ago

saschagottfried commented 10 years ago
Uncaught TypeError: Object [object Object] has no method 'tagsInput' 

Hint for a fix http://docs.pylonsproject.org/projects/deform/en/latest/widget.html

I did not find any use of

deform.load()
saschagottfried commented 10 years ago

With version 0.9.4 we do not need to call deform.load() explicitly. This error was raised when I moved deform widget resources script to the bottom, above pyramid_persona scripts.

I reapplied them to js-slot in . That fixed it.