6 lines
116 B
JavaScript
Raw Permalink Normal View History

2024-07-12 12:51:02 +05:45
(function($) {
'use strict';
$("my-awesome-dropzone").dropzone({
url: "bootstrapdash.com/"
});
})(jQuery);