Skip to content

Commit

Permalink
MAGETWO-71407: Update the reset button of UrlRewrite block to not cau…
Browse files Browse the repository at this point in the history
…se JS errors #10462
  • Loading branch information
ishakhsuvarov authored Aug 9, 2017
2 parents 6409a14 + 803e507 commit d58096f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/UrlRewrite/Block/Edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ protected function _addResetButton()
'reset',
[
'label' => __('Reset'),
'onclick' => '$(\'edit_form\').reset()',
'onclick' => 'location.reload();',
'class' => 'scalable',
'level' => -1
]
Expand Down

0 comments on commit d58096f

Please sign in to comment.