특기 전 페이지에 반영

This commit is contained in:
2018-07-11 03:03:52 +09:00
parent 96c79a4404
commit 1eb73eb005
12 changed files with 26 additions and 20 deletions
-7
View File
@@ -82,11 +82,4 @@ jQuery(function($){
$('#mainBtnSubmit').click(function(){
});
$('.obj_tooltip').tooltip({
title:function(){
return $(this).find('.tooltiptext').html();
},
html:true
})
});