Hover and missing var fixes
This commit is contained in:
parent
8e935c52dc
commit
6c53205443
|
@ -152,7 +152,7 @@ function handleHTML(steam_id, steam_name, html_string) {
|
|||
inventory.attr('data-items', item_count);
|
||||
var last_div = null;
|
||||
inventories.each(function () {
|
||||
if (child_count > $(this).children().length) {
|
||||
if (item_count > $(this).children().length) {
|
||||
return false;
|
||||
}
|
||||
last_div = $(this);
|
||||
|
|
Loading…
Reference in New Issue