[call-me] - add robots, move tooltips

This commit is contained in:
Miroslav Pejic
2024-09-14 18:53:35 +02:00
parent 11a929e861
commit 1135efff43
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "callme",
"version": "1.0.5",
"version": "1.0.6",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3",
+8
View File
@@ -33,6 +33,14 @@ let stream;
// Hide room page initially
roomPage.style.display = 'none';
document.addEventListener('DOMContentLoaded', function () {
// Initialize tooltips
const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-toggle="tooltip"]'));
const tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
return new bootstrap.Tooltip(tooltipTriggerEl);
});
});
// WebSocket event listeners
socket.on('connect', handleSocketConnect);
socket.on('message', handleMessage);
-11
View File
@@ -152,16 +152,5 @@
<!-- Include GitHub buttons -->
<script src="https://buttons.github.io/buttons.js"></script>
<!-- Initialize tooltips -->
<script>
document.addEventListener('DOMContentLoaded', function () {
// Initialize tooltips
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-toggle="tooltip"]'));
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
return new bootstrap.Tooltip(tooltipTriggerEl);
});
});
</script>
</body>
</html>
+3
View File
@@ -0,0 +1,3 @@
# Allow crawling of all content
User-agent: *
Disallow: