Skip to content

Commit

Permalink
[mirotalksfu] - add missing tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jul 26, 2024
1 parent 61fc22e commit 7d63e20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion public/js/Room.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,9 @@ function initClient() {
setTippy('chatMaxButton', 'Maximize', 'bottom');
setTippy('chatMinButton', 'Minimize', 'bottom');
setTippy('pollTogglePin', 'Toggle pin', 'bottom');
setTippy('pollSaveButton', 'Save results', 'left');
setTippy('pollMaxButton', 'Maximize', 'bottom');
setTippy('pollMinButton', 'Minimize', 'bottom');
setTippy('pollSaveButton', 'Save results', 'bottom');
setTippy('pollCloseBtn', 'Close', 'bottom');
setTippy('pollAddOptionBtn', 'Add option', 'top');
setTippy('pollDelOptionBtn', 'Delete option', 'top');
Expand Down
4 changes: 3 additions & 1 deletion public/views/Room.html
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,9 @@ <h2 class="poll-h2">Polls</h2>
<button id="pollSaveButton">
<i class="fas fa-floppy-disk"></i>
</button>
<button id="pollCloseBtn" class="fas fa-times"></button>
<button id="pollCloseBtn">
<i class="fas fa-times"></i>
</button>
</div>
</div>
<div id="pollForm" class="poll-creation">
Expand Down

0 comments on commit 7d63e20

Please sign in to comment.