We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3a907 commit 6f71a82Copy full SHA for 6f71a82
fileupload/static/js/main.js
@@ -66,8 +66,6 @@ $(function () {
66
// Load existing files:
67
$('#fileupload').each(function () {
68
var that = this;
69
- console.log("something");
70
- console.log(this.action);
71
$.getJSON(this.action, function (result) {
72
if (result && result.length) {
73
$(that).fileupload('option', 'done')
0 commit comments