mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Merge "Restore papaparse"
This commit is contained in:
commit
d318c5cded
|
@ -571,8 +571,7 @@ $wgResourceModules += array(
|
|||
'lib/ve/src/ui/dialogs/ve.ui.FindAndReplaceDialog.js',
|
||||
'lib/ve/src/ui/dialogs/ve.ui.ProgressDialog.js',
|
||||
|
||||
// FIXME disabled because papaparse is broken (T75896)
|
||||
//'lib/ve/src/ui/filedrophandlers/ve.ui.DSVFileDropHandler.js',
|
||||
'lib/ve/src/ui/filedrophandlers/ve.ui.DSVFileDropHandler.js',
|
||||
'lib/ve/src/ui/filedrophandlers/ve.ui.PlainTextFileDropHandler.js',
|
||||
'lib/ve/src/ui/filedrophandlers/ve.ui.HTMLFileDropHandler.js',
|
||||
|
||||
|
@ -648,8 +647,7 @@ $wgResourceModules += array(
|
|||
),
|
||||
'dependencies' => array(
|
||||
'unicodejs',
|
||||
// FIXME papaparse is broken (T75896)
|
||||
//'papaparse',
|
||||
'papaparse',
|
||||
'jquery.uls.data',
|
||||
'ext.visualEditor.base',
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue