Topic on Extension talk:SimpleBatchUpload

Issue with latest version of SimpleBatchUpload on MW 1.35

2
Ti infotrad (talkcontribs)

MW 1.35, SimpleBatchUpload 1.6

Symptoms: No drop area on upload page (just a file upload button), error on Chrome console stating jquery.ui.widget is deprecated


Fix: in src/SimpleBatchUpload.php, replace

'dependencies' => [ 'jquery.ui.widget' ],

with

'dependencies' => [ 'jquery.ui' ],

Kghbln (talkcontribs)
Reply to "Issue with latest version of SimpleBatchUpload on MW 1.35"