Viewing historical versions of pages now works, and show historical version of partials as well

这个提交存在于:
Chase Sterling 2016-09-04 16:35:56 -04:00
父节点 f47af0ecae
当前提交 f34eabd7df
共有 2 个文件被更改,包括 6 次插入4 次删除

查看文件

@ -23,7 +23,7 @@
{% block js %}
<script>
$(function(){
$("#page-content").html(MDR.convert({{ page.data|tojson|safe }}, {{ partials|tojson|safe }})).show();
$("#page-content").html(MDR.convert({{ page.data|tojson|safe }}, {{ partials|d([])|tojson|safe }})).show();
});
</script>
{% endblock %}