From 4011b8d0b377af33e2bc435f7726329630d706cb Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 02 三月 2021 18:28:52 +0800 Subject: [PATCH] 搜索引擎接口更新 --- src/main/webapp/admin/new/js/jquery.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/admin/new/js/jquery.js b/src/main/webapp/admin/new/js/jquery.js index cf4682f..d422181 100644 --- a/src/main/webapp/admin/new/js/jquery.js +++ b/src/main/webapp/admin/new/js/jquery.js @@ -5284,7 +5284,7 @@ } var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" + - "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", + "header|hgroup|mark|meter|nav|output|progress|section|summary|time|juhe", rinlinejQuery = / jQuery\d+="(?:null|\d+)"/g, rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"), rleadingWhitespace = /^\s+/, -- Gitblit v1.8.0