app/views/alchemy/admin/pages/_table.html.erb in alchemy_cms-6.1.7 vs app/views/alchemy/admin/pages/_table.html.erb in alchemy_cms-6.1.8
- old
+ new
@@ -23,5 +23,11 @@
</thead>
<tbody>
<%= render partial: "table_row", collection: @pages, as: "page" %>
</tbody>
</table>
+
+<script type="text/javascript">
+ $(function() {
+ Alchemy.PagePublicationFields();
+ });
+</script>