Merge pull request #633 from WHFo/v3.2.1

Update httprp.html
This commit is contained in:
Toby Chui 2025-04-11 20:09:36 +08:00 committed by GitHub
commit 76e2861fea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,8 @@
</div> </div>
</div> </div>
<div class="ui small input" style="width: 300px; height: 38px;"> <div class="ui small input" style="width: 300px; height: 38px;">
<!-- Prevent the browser from filling the saved Zoraxy login account into the input searchInput below -->
<input type="password" autocomplete="off" hidden/>
<input type="text" id="searchInput" placeholder="Quick Search" onkeydown="handleSearchInput(event);" onchange="handleSearchInput(event);" onblur="handleSearchInput(event);"> <input type="text" id="searchInput" placeholder="Quick Search" onkeydown="handleSearchInput(event);" onchange="handleSearchInput(event);" onblur="handleSearchInput(event);">
</div> </div>
</div> </div>
@ -782,4 +784,4 @@
filterProxyList(); filterProxyList();
}); });
}); });
</script> </script>