We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7d7a06 + a8ef6ad commit 3530214Copy full SHA for 3530214
app/code/Magento/Backend/view/adminhtml/templates/widget/button/split.phtml
@@ -41,11 +41,11 @@
41
<?php endif; ?>
42
</div>
43
44
-<script>
45
-require(['jquery'], function($){
46
- $('.actions-split')
47
- .on('click.splitDefault', '.action-default', function() {
48
- $(this).siblings('.dropdown-menu').find('.item-default').trigger('click');
49
- });
50
-});
+<script type="text/x-magento-init">
+ {
+ ".actions-split": {
+ "Magento_Ui/js/grid/controls/button/split": {}
+ }
51
</script>
+
0 commit comments