관리-도구
편집 파일: home.js
$(function () { $('.size_gnom').each(function () { var size = $(this).text() $(this).text(Math.round(size)); }) });