Remove var holder which is already on the global scope.

master
voussoir 2020-08-29 18:58:19 -07:00
parent 0b4542089b
commit 8ae1086727
1 changed files with 0 additions and 1 deletions

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]);