Commit c2098a30 authored by Liyuan Li's avatar Liyuan Li

🎨 #91

parent 437cefe5
This diff is collapsed.
...@@ -44,7 +44,8 @@ admin.others = { ...@@ -44,7 +44,8 @@ admin.others = {
cache: false, cache: false,
timeout: 3000, timeout: 3000,
success: function (result) { success: function (result) {
$('#tabOthersPanel_log textarea').val(result.log) const $textarea = $('#tabOthersPanel_log textarea')
$textarea.val(result.log).scrollTop($textarea[0].scrollHeight)
}, },
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment