David Piehler wrote: > I found a few issues relating to the admin JavaScript file move in > Radiant 0.6.6. > > This problem prevents the +/- icons along the page tree from working. > Adding back the old (or new) sitemap.js file to public/javascripts/ > solves this problem.
An alternate solution for people using Radiant 0.6.6 and Shards... vendor/extensions/shards/app/views/admin/page/index.html.erb Change the first line to... <% include_javascript 'admin/sitemap' -%> - David -- Posted via http://www.ruby-forum.com/. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
