Skip to content

Commit

Permalink
MAGETWO-41366: [GITHUB] JS Error by deleting Store Design Change #1613
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor Melnychenko committed Aug 12, 2015
1 parent fc2de56 commit 8cb4621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Backend/Block/System/Design/Edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected function _prepareLayout()
'Magento\Backend\Block\Widget\Button',
[
'label' => __('Delete'),
'onclick' => 'confirmSetLocation(\'' . __(
'onclick' => 'deleteConfirm(\'' . __(
'Are you sure?'
) . '\', \'' . $this->getDeleteUrl() . '\')',
'class' => 'delete'
Expand Down

0 comments on commit 8cb4621

Please sign in to comment.