Collection Script
Collection Script
window.RemoveChildFromCollection(jQuery(this).attr('id').replace('choice_MySubscrib
edItems_',''))
});
});
// Function to send a request to add item to a collection
function addToCollection(data, object){
jQuery.ajax({
type: "POST",
url: 'https://steamcommunity.com/sharedfiles/addchild',
data: data,
success: function(response){
if(object && response.success == 1){
object.addClass('inCollection');
}
}
});
}
}, 0);