mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
667a8a63b3
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
|