Skip to content

Commit a83ad68

Browse files
authored
Update general.phtml
1 parent 7072cf8 commit a83ad68

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

view/frontend/templates/general.phtml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
* @var $mfSecureRenderer \Magefan\Community\Api\SecureHtmlRendererInterface
1313
*/
1414
?>
15-
16-
<?php $script = ''; ?>
17-
1815
<div class="sitemap-search">
1916
<input id="html-sitemap-search" placeholder="<?= $escaper->escapeHtml(__('Search')) ?>" style="border-radius: 15px; padding: 15px;" type="text"/>
2017
</div>
@@ -62,7 +59,7 @@
6259
[class*="htmlsitemap-"] .sitemap-item-type .sitemap-item-section .sitemap-item-wrap {padding-left: 40px;}
6360

6461
</style>
65-
<?php $script .= "
62+
<?php $script = "
6663
require(['jquery'], function($) {
6764
6865
var searchQuery = '';

0 commit comments

Comments
 (0)