diff options
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/gogs.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public/js/gogs.js b/public/js/gogs.js index fb6630a3..e9f9d3bc 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -1211,9 +1211,6 @@ $(document).ready(function () { // Dropzone var $dropzone = $('#dropzone'); if ($dropzone.length > 0) { - // Disable auto discover for all elements: - Dropzone.autoDiscover = false; - var filenameDict = {}; $dropzone.dropzone({ url: $dropzone.data('upload-url'), |