tooltip html trim 추가
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ function getIconPath(imgsvr, picture){
|
||||
jQuery(function($){
|
||||
$('.obj_tooltip').tooltip({
|
||||
title:function(){
|
||||
return $(this).find('.tooltiptext').html();
|
||||
return $.trim($(this).find('.tooltiptext').html());
|
||||
},
|
||||
html:true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user