This commit removes jQuery file uploader from Discourse,
completing the transition to Uppy. The image-uploader
and UploadMixin components are also removed in this commit
as they have already been replaced and are the only things
using jQuery file upload.
.-'~~~`-.
.' `.
| R I P |
| jquery |
| file |
| upload |
| |
\\| 2013-2021 |//
-----------------
11 lines
262 B
JavaScript
11 lines
262 B
JavaScript
//= require ember_jquery
|
|
//= require template_include.js
|
|
//= require jquery.ui.widget.js
|
|
//= require uppy.js
|
|
//= require bootstrap-modal.js
|
|
//= require bootbox.js
|
|
//= require virtual-dom
|
|
//= require virtual-dom-amd
|
|
//= require popper.js
|
|
//= require wizard-shims
|