gfn_removeQuotes 추가
This commit is contained in:
parent
4297a96216
commit
d02f8c9066
@ -621,3 +621,9 @@ function gfn_reserveReadItem(masterId) {
|
|||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function gfn_removeQuotes(str) {
|
||||||
|
if(fn_isEmpty(str)) return "";
|
||||||
|
|
||||||
|
return str.replace(/"/gi, '').replace(/'/gi, "");
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user