Not sure when this started one of our guide editors notified me that module and tab sorting was broken. I checked the
JS error console and found the following errors.
Ajax.InPlaceEditor is not a constructor
Sortable is not defined
I changed line 11 of tools.html.erb to <%= javascript_include_tag "prototype", "scriptaculous",
"effects", "controls", "tool", "messages" %> and removed the hard-coded links
to prototype and other JS files. After restarting the application/Apache the tab and module sorting are now working
again.
|