Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea14409

Browse files
committed
Revert changes from blueimp#3405.
Thanks to @dbrugne for the compatibility issues report.
1 parent b642c07 commit ea14409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.fileupload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// Register as an anonymous AMD module:
1919
define([
2020
'jquery',
21-
'./vendor/jquery.ui.widget'
21+
'jquery.ui.widget'
2222
], factory);
2323
} else if (typeof exports === 'object') {
2424
// Node/CommonJS:

0 commit comments

Comments
 (0)