remove gitiegnore to public
This commit is contained in:
6
public/storage/assets/js/dropzone.js
Normal file
6
public/storage/assets/js/dropzone.js
Normal file
@@ -0,0 +1,6 @@
|
||||
(function($) {
|
||||
'use strict';
|
||||
$("my-awesome-dropzone").dropzone({
|
||||
url: "bootstrapdash.com/"
|
||||
});
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user