From 490375eaf6b0e971a37ac7b53a6515f8ff58eff3 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Wed, 23 May 2018 23:39:11 +0800 Subject: [PATCH] =?UTF-8?q?:alien:=20=E6=9B=B4=E6=94=B9=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E8=AF=84=E8=AE=BA=E7=9A=84=E9=80=BB=E8=BE=91=EF=BC=8C=E5=8D=B3?= =?UTF-8?q?=E8=AF=84=E8=AE=BA=E4=B9=8B=E5=90=8E=E9=9C=80=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E9=80=9A=E8=BF=87=E4=B9=8B=E5=90=8E=E6=89=8D=E8=83=BD=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=EF=BC=8C=E5=B9=B6=E6=8F=90=E5=8D=87=E4=BA=86=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BD=93=E9=AA=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/admin/admin_post_md_editor.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/templates/admin/admin_post_md_editor.ftl b/src/main/resources/templates/admin/admin_post_md_editor.ftl index e0426695b..09793d614 100755 --- a/src/main/resources/templates/admin/admin_post_md_editor.ftl +++ b/src/main/resources/templates/admin/admin_post_md_editor.ftl @@ -356,9 +356,9 @@ url: '/admin/posts/new/autoPush', async: false, data: { - <#--<#if post??>--> - <#--'postId': $('#postId').val(),--> - <#----> + <#if post??> + 'postId': $('#postId').val(), + 'postStatus': 1, 'postTitle': Title, 'postUrl' : $('#postUrl').html().toString(),