mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-23 00:14:09 +00:00
Re-hid mix upload form
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user