Skip to content

Commit de0014e

Browse files
author
jlengstorf
committed
JS tweaks.
1 parent cd5a4e5 commit de0014e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,13 @@ class="login button">Login &rarr;</a>
197197
href: photo.link,
198198
html: this
199199
})
200-
.hide()
200+
.fadeOut()
201201
.delay(delay)
202202
.prependTo($("#photos"))
203203
.append($('<strong />'), {
204204
text: 'Photo by ' + photo.user.username
205205
})
206-
.wrap('<li />')
206+
.fadeIn('<li />')
207207
.show(anim_speed);
208208
}
209209
});

0 commit comments

Comments
 (0)