...
|
...
|
@@ -37,7 +37,6 @@ function intimacyData(data) { |
|
|
html = '',
|
|
|
style = '',
|
|
|
nowDate = new Date(),
|
|
|
myImage = new Image(),
|
|
|
nowYear = nowDate.getFullYear(),
|
|
|
nowMonth = nowDate.getMonth(),
|
|
|
nowDaysNub = calendar.calculateMonthDays(nowMonth, nowYear);
|
...
|
...
|
|