Remove var holder which is already on the global scope.

This commit is contained in:
voussoir 2020-08-29 18:58:19 -07:00
parent 0b4542089b
commit 8ae1086727

View file

@ -198,7 +198,6 @@ function request_more_divs()
{
return;
}
var holder = document.getElementById("photo_card_holder");
for (photo_id in response.data)
{
photo_div = common.html_to_element(response.data[photo_id]);