app/views/alchemy/admin/pages/_table.html.erb in alchemy_cms-6.1.10 vs app/views/alchemy/admin/pages/_table.html.erb in alchemy_cms-7.0.0.pre.a

- old
+ new

@@ -23,11 +23,5 @@ </thead> <tbody> <%= render partial: "table_row", collection: @pages, as: "page" %> </tbody> </table> - -<script type="text/javascript"> - $(function() { - Alchemy.PagePublicationFields(); - }); -</script>