tes.js
来自「从IDE转到gdb调试」· JavaScript 代码 · 共 45 行 · 第 1/2 页
JS
45 行
$("#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 + =
减小字号Ctrl + -
显示快捷键?