Skip to content

Commit

Permalink
fix #248
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Oct 22, 2024
1 parent bd29e4a commit 05ff520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auctions/templates/view_lot_images.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
$("#recommendations").html(result);
},
});
}, 1000);
}, 5000);
{% endif %}
pageView({'lot':{{ lot.pk }} });
// Logic for watching lots
Expand Down

0 comments on commit 05ff520

Please sign in to comment.