Skip to content

Commit 950ef56

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

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
@@ -203,8 +203,8 @@ class="login button">Login &rarr;</a>
203203
.append($('<strong />'), {
204204
text: 'Photo by ' + photo.user.username
205205
})
206-
.fadeIn('<li />')
207-
.show(anim_speed);
206+
.wrap('<li />')
207+
.fadeIn(anim_speed);
208208
}
209209
});
210210

0 commit comments

Comments
 (0)