File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
libraries/src/WebAsset/AssetItem Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,11 @@ class DragAndDropAssetItem extends WebAssetItem implements WebAssetAttachBehavio
3838 public function onAttachCallback (Document $ doc )
3939 {
4040 // Add dnd.js language strings
41- Text::script ('JGLOBAL_DRAGANDDROP_STARTED ' );
42- Text::script ('JGLOBAL_DRAGANDDROP_DRAGOVER ' );
43- Text::script ('JGLOBAL_DRAGANDDROP_DRAGEND_DROPPED ' );
41+ Text::script ('JGLOBAL_DRAGANDDROP_DRAGEND_STARTED ' );
42+ Text::script ('JGLOBAL_DRAGANDDROP_DRAGOVER_NO_ELEMENT ' );
43+ Text::script ('JGLOBAL_DRAGANDDROP_DRAGOVER_ELEMENT ' );
4444 Text::script ('JGLOBAL_DRAGANDDROP_DRAGEND_NO_ELEMENT ' );
45- Text::script ('JGLOBAL_DRAGANDDROP_DRAGEND_CANCELED ' );
45+ Text::script ('JGLOBAL_DRAGANDDROP_DRAGEND_DROPPED_NO_ELEMENT ' );
46+ Text::script ('JGLOBAL_DRAGANDDROP_DRAGEND_DROPPED ' );
4647 }
4748}
You can’t perform that action at this time.
0 commit comments