v0.8 업데이트 #116

Closed
Hide_D wants to merge 209 commits from custom_map into devel
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 76786882ff - Show all commits
+1 -1
View File
@@ -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
});
+1 -1
View File
@@ -121,7 +121,7 @@ function printGenerals(value){
$card.find('.select_btn').click(pickGeneral);
$card.find('.obj_tooltip').tooltip({
title:function(){
return $(this).find('.tooltiptext').html();
return $.trim($(this).find('.tooltiptext').html());
},
html:true
});