Files
Darrel Israel 61738cb4d4 first commit
2024-01-21 00:16:08 +08:00

6 lines
116 B
JavaScript

(function($) {
'use strict';
$("my-awesome-dropzone").dropzone({
url: "bootstrapdash.com/"
});
})(jQuery);