From c44a4296e8913080bff7ca0ee1b65356ed34ec3d Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 24 三月 2021 19:17:45 +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