From 7bd246fcddccbe3e7c20ae1b29732ff943d8fcb1 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Thu, 15 Nov 2018 11:15:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E7=9A=84title=E5=A4=8D=E5=88=B6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index be2c94a50..75779c4c1 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -101,7 +101,7 @@ $(function(){ }); }); //表格中的title鼠标点击复制完整内容 - $("td[title]").on("click",function(){ + /*$("td[title]").on("click",function(){ //$(this).attr("data-clipboard-action","copy"); $(this).attr("data-clipboard-text",$(this).attr("title")); var clipboard = new ClipboardJS('td[title]'); @@ -113,7 +113,7 @@ $(function(){ clipboard.on('error', function(e) { console.log(e); }); - }); + });*/ var tree2 = $("select[name=lableTest]").treeMultiselect({ searchable: true, hideSidePanel:true,