FIXME Razor page errors
This commit is contained in:
parent
123283f277
commit
1a1f560ee4
234 changed files with 859 additions and 856 deletions
|
|
@ -40,7 +40,7 @@ if (isAdvancedUpload) {
|
|||
}
|
||||
if (isAdvancedUpload) {
|
||||
|
||||
var droppedFiles = false;
|
||||
var droppedFiles = "false";
|
||||
|
||||
$form.on('drag dragstart dragend dragover dragenter dragleave drop', function(e) {
|
||||
e.preventDefault();
|
||||
|
|
@ -82,4 +82,4 @@ $form.on('submit', function(e) {
|
|||
<div class="box__uploading">Uploading…</div>
|
||||
<div class="box__success">Done!</div>
|
||||
<div class="box__error">Error! <span></span>.</div>
|
||||
</form>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue