Re-hid mix upload form

This commit is contained in:
Fergal Moran
2012-10-15 17:31:05 +01:00
parent c14db89153
commit d578f479d8

View File

@@ -236,7 +236,7 @@ window.MixCreateView = DSSEditableView.extend({
$('.fileupload', this.el).fileupload({
'uploadtype':'image'
});
//$('#mix-details', this.el).hide();
$('#mix-details', this.el).hide();
$('.upload-hash', this.el).val(this.guid);
} else {
$('#div-upload-mix', this.el).hide();