File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ $(document).ready(function() {
6
6
var year = today . getFullYear ( ) ;
7
7
8
8
if ( month == 12 &&
9
- date in { '23' :true , '24' :true , '25' :true , '26' :true } ) {
9
+ date in { '23' : true , '24' : true , '25' : true , '26' : true } ) {
10
10
/* Happy Xmas :) */
11
- $ ( "li#title" ) . html ( "Happy Xmas " ) ;
11
+ $ ( "li#title" ) . html ( "Happy Holidays " ) ;
12
12
if ( date == 24 || date == 25 ) {
13
13
$ ( ) . jSnow ( {
14
14
vSize :'100' ,
@@ -18,13 +18,13 @@ $(document).ready(function() {
18
18
}
19
19
20
20
if ( month == 12 &&
21
- date in { '30' :true , '31' :true } ) {
21
+ date in { '30' : true , '31' : true } ) {
22
22
/* Bye :) */
23
23
$ ( "li#title" ) . html ( "Bye " + year ) ;
24
24
}
25
25
26
26
if ( month == 1 &&
27
- date in { '1' :true , '2' :true , '3' :true } ) {
27
+ date in { '1' : true , '2' : true , '3' : true } ) {
28
28
/* Hello :) */
29
29
$ ( "li#title" ) . html ( "Hello " + year ) ;
30
30
}
You can’t perform that action at this time.
0 commit comments