Remove var holder which is already on the global scope.
This commit is contained in:
parent
0b4542089b
commit
8ae1086727
1 changed files with 0 additions and 1 deletions
|
@ -198,7 +198,6 @@ function request_more_divs()
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var holder = document.getElementById("photo_card_holder");
|
|
||||||
for (photo_id in response.data)
|
for (photo_id in response.data)
|
||||||
{
|
{
|
||||||
photo_div = common.html_to_element(response.data[photo_id]);
|
photo_div = common.html_to_element(response.data[photo_id]);
|
||||||
|
|
Loading…
Reference in a new issue