app/views/alchemy/admin/pages/_sitemap.html.erb in alchemy_cms-4.3.2 vs app/views/alchemy/admin/pages/_sitemap.html.erb in alchemy_cms-4.4.0

- old
+ new

@@ -22,16 +22,9 @@ full: <%= full %> <% if @sorting %> ,ready: function () { Alchemy.PageSorter(); } - <% elsif action_name == 'link' %> - ,spinner: new Alchemy.Spinner('small'), - ready: function () { - if (Alchemy.currentDialog()) { - Alchemy.currentDialog().attachTreeEvents(); - } - } <% end %> }); }); </script>