From a464bd94437e46ac68a1c25c0c7005d3edef21f7 Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Tue, 22 Jan 2019 19:34:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E4=B8=ADtitle=E5=88=A4=E6=96=AD=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 04218b3f7..85b9a4aff 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -107,7 +107,7 @@ $(function(){ }else{ text=$(element).text().trim() } - if(!$(element).find(".tooltips").length>0&&typeof($(element).attr("title"))!="undefined"&&$(element).attr("title")!=null&&$(element).attr("title").length > 0){ + if(!$(element).find(".tooltips").length>0&&typeof($(element).attr("titleHidden"))!="undefined"&&$(element).attr("titleHidden")!=null&&$(element).attr("titleHidden").length > 0){ text=$(element).attr("titleHidden").trim(); if(text==null&&text==''){ text=$(element).attr("title").trim();