I'm having an issue on my site where if this module is enabled, fckeditor (module) stops loading on the node I edit that has attributes and the body textarea shows itself twice.
I think this would easily be fixed if the ajax script was not loading in the node edit mode.
Comments
Comment #1
cyu commentedAny chance you are using the Meta Tags module and it is linked to this? Your problem sounds similar.
#266693: Calls to node_build_content() from nodewords_description_prepare() are causing duplicate loading of node information
If so, "workaround is to uncheck the "Use the teaser of the page if the meta description is not set." option." for Meta Tags.
Comment #2
iancawthorne commentedThat did the trick, thank you!
I would never have thought that would have been the issue.