Skip to content

Commit 06ec93f

Browse files
Merge pull request #562 from mlibrary/LIBSEARCH-1119-skip-link-for-ask-a-librarian-points-to-the-wrong-id
[LIBSEARCH-1119] Skip link for Ask a Librarian points to the wrong ID
2 parents bfe2d3d + b7a7fc9 commit 06ec93f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

public/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,6 @@
310310
</div>
311311
</div>
312312
</div>
313-
<m-chat>
314-
<div id="chat" tabindex="-1"></div>
315-
</m-chat>
313+
<m-chat id="chat" />
316314
</body>
317315
</html>

0 commit comments

Comments
 (0)