Skip to content

Commit

Permalink
ENGCOM-8831: Magento_Backend store switcher: Use nowdoc instead of he…
Browse files Browse the repository at this point in the history
…redoc #32249
  • Loading branch information
gabrieldagama authored Mar 4, 2021
2 parents 178d22f + bd0a324 commit d3ac777
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ script;
setLocation(url);
';
} else {
$scriptString .= <<<script
$scriptString .= <<<'script'
jQuery('#preview_selected_store').val(scopeId);
jQuery('#preview_form').submit();
Expand Down

0 comments on commit d3ac777

Please sign in to comment.