Skip to content

Commit 66d5a69

Browse files
author
jlengstorf
committed
JS tweaks.
1 parent 1ed273e commit 66d5a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class="login button">Login &rarr;</a>
162162
// Hides the notification
163163
$("#count-bar").addClass("hidden");
164164

165-
photos.find('.loading').hide(400).delay(400).remove();
165+
$("#photos").find('.loading').hide(400).delay(400).remove();
166166

167167
$.getJSON(
168168
'https://api.instagram.com/v1/tags/<?=$tag?>/media/recent?callback=?',

0 commit comments

Comments
 (0)