📄 tes.js
字号:
$("#addcomment").length && $("#comment_reply_ID").length && $(".commentlist").length && $("#comment").length && $("#addcommentanchor").length){return true}alert("The DOM is not right, \nYou should compare your comments.php with the original comments.php and make sure the required elements have not been removed");return false;}function reRoot(){$("#reroot").hide();$("#addcomment").appendTo($(".commentlist"));document.location.href = "#addcommentanchor";_$ff();$("#comment_reply_ID").val("0");}function _$h(){$(".comment").addClass("collapsed"); return false;}function _$s(){$(".comment").removeClass("collapsed"); return false;}function _$ff(){$("#comment").focus();return false;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -