Fixed user filter on AnnotationList to not display username in the dropdown but what is displayed in the list + Added project_id to api templates for delete in case the target API understands it
IriSP.Widgets.HtmlPlayer = function(player, config) {
IriSP.Widgets.Widget.call(this, player, config);
};
IriSP.Widgets.HtmlPlayer.prototype = new IriSP.Widgets.Widget();
IriSP.Widgets.HtmlPlayer.prototype.defaults = {
};
IriSP.Widgets.HtmlPlayer.prototype.draw = function() {
IriSP.htmlPlayer(this.media, this.$, this);
};