Add theme assets;
This commit is contained in:
11
public/assets/js/dropzone.js
Normal file
11
public/assets/js/dropzone.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// npm package: dropify
|
||||
// github link: https://github.com/dropzone/dropzone
|
||||
|
||||
$(function() {
|
||||
'use strict';
|
||||
|
||||
$("exampleDropzone").dropzone({
|
||||
url: 'nobleui.com'
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user