깃 충돌중 소스 수정
This commit is contained in:
parent
62702e31ca
commit
05c57cf74f
@ -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
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user