Skip to content

Commit 3f220e7

Browse files
committed
fix post func
1 parent 3f8631c commit 3f220e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ <h3 id='post-panel-title'>发表新文章</h3>
410410
</ul>
411411
</div>
412412
<div class='mob-display'>
413-
<a class='btn btn-primary' id='publish-post-button1'>发表</a>
413+
<a class='btn btn-primary' id='publish-post-button0'>发表</a>
414414
<a class='btn cancel-button' id='cancel-post-button'>取消</a>
415415
</div>
416416
<div class='control-group fluid'>
@@ -428,7 +428,7 @@ <h3 id='post-panel-title'>发表新文章</h3>
428428
</fieldset>
429429
</form>
430430
</div>
431-
<div class='modal-footer'>
431+
<div class='modal-footer mob-hide'>
432432
<a class='btn btn-primary' id='publish-post-button'>发表</a>
433433
<a class='btn cancel-button' id='cancel-post-button'>取消</a>
434434
</div>

0 commit comments

Comments
 (0)