Update search form script tag to include footer class

This commit is contained in:
2025-05-22 22:23:28 +02:00
parent 1cf75e335e
commit d3ddeb003c
2 changed files with 123 additions and 26 deletions

View File

@@ -7,7 +7,7 @@
</button>
</form>
</div>
<script type="text/javascript">
<script class="footer" type="text/javascript">
$( document ).ready( function()
{
$( 'body' ).on( 'click', '#search-form .btn', function()