feat(Navigation) Added a search button for desktop users
This commit is contained in:
@@ -36,6 +36,17 @@
|
||||
applicationCulture: 'en-US'
|
||||
});
|
||||
</script>
|
||||
<script>
|
||||
window.getUserAgent = () => {
|
||||
return navigator.userAgent;
|
||||
};
|
||||
</script>
|
||||
<script>
|
||||
window.SetFocusToElement = (elementId) => {
|
||||
document.getElementById(elementId).focus();
|
||||
};
|
||||
</script>
|
||||
|
||||
<script>navigator.serviceWorker.register('service-worker.js');</script>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user