function 위치 수정

This commit is contained in:
daekuk1
2026-02-09 16:45:46 +09:00
parent de2aea658d
commit ae286cb6b7
@@ -914,6 +914,8 @@ $(document).ready(function() {
// console.log("변환 완료:", parsedList); // console.log("변환 완료:", parsedList);
} }
});
/** /**
* 문자열의 바이트 수 계산 (한글 2바이트, 영문/숫자 1바이트) * 문자열의 바이트 수 계산 (한글 2바이트, 영문/숫자 1바이트)
*/ */
@@ -946,7 +948,6 @@ $(document).ready(function() {
return position === 'left' ? padding + str : str + padding; return position === 'left' ? padding + str : str + padding;
} }
});
</script> </script>
<style> <style>