User:Evad37/Covery/sandbox.js: Difference between revisions

Content deleted Content added
fix fetch mode
loading by url doesn't seem to work anymore. Show drag'n'drop area instead.
Line 438:
this.content = new OO.ui.FieldsetLayout();
 
this.fileSelect = new OO.ui.SelectFileWidget();{
droppable: true,
showDropTarget: true
});
this.urlInput = new OO.ui.TextInputWidget({
type: 'url',
Line 496 ⟶ 499:
this.content.addItems([
this.fileSelectField,
// this.urlInputField,
this.titleInputField,
this.imagePreviewField,