D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
stage
/
public
/
js
/
Filename :
home.js
back
Copy
$(function () { $('.size_gnom').each(function () { var size = $(this).text() $(this).text(Math.round(size)); }) });