Showing
1 changed file
with
0 additions
and
1 deletions
@@ -37,7 +37,6 @@ function intimacyData(data) { | @@ -37,7 +37,6 @@ function intimacyData(data) { | ||
37 | html = '', | 37 | html = '', |
38 | style = '', | 38 | style = '', |
39 | nowDate = new Date(), | 39 | nowDate = new Date(), |
40 | - myImage = new Image(), | ||
41 | nowYear = nowDate.getFullYear(), | 40 | nowYear = nowDate.getFullYear(), |
42 | nowMonth = nowDate.getMonth(), | 41 | nowMonth = nowDate.getMonth(), |
43 | nowDaysNub = calendar.calculateMonthDays(nowMonth, nowYear); | 42 | nowDaysNub = calendar.calculateMonthDays(nowMonth, nowYear); |
-
Please register or login to post a comment