깃 충돌중 소스 수정

This commit is contained in:
JSYOO 2021-10-01 15:49:01 +09:00
parent 62702e31ca
commit 05c57cf74f

View File

@ -150,7 +150,6 @@ function fn_lengthBytes(s) {
function fn_extractContentText(html) { function fn_extractContentText(html) {
return new DOMParser().parseFromString(html, "text/html").documentElement.textContent; return new DOMParser().parseFromString(html, "text/html").documentElement.textContent;
<<<<<<< HEAD
} }
function risShow(risId){ function risShow(risId){
@ -223,6 +222,4 @@ function insertInterest(masterId){
}).done(function(result){ }).done(function(result){
alert(result); alert(result);
}); });
=======
>>>>>>> refs/remotes/origin/master
} }