unlinks an extra drop area from Vault
el | HTMLElement|string | the drop area or its ID |
<div id="drophere">DROP HERE</div>
// attaches an extra drop area
vault.uploader.linkDropArea("drophere");
// detaches the extra drop area
vault.uploader.unlinkDropArea("drophere");