Fix index.html World pin tooltip In "Worlds/Lorebooks", prevent the pin/lock's tooltip to appear when hovering the question mark link to documentation.

61ba761c0c7b27e3e2c7c1e3bfb739c71f7109f0

issues-opener <180038973+issues-opener@users.noreply.github.com>

Signed
1 files changed, +9 -7Ignore whitespace
public/index.html+9 -7
@@ -3556,12 +3556,14 @@
3556 </div>3556 </div>
3557 <div id="WorldInfo" class="drawer-content closedDrawer">3557 <div id="WorldInfo" class="drawer-content closedDrawer">
3558 <div id="WorldInfoheader" class="fa-solid fa-grip drag-grabber"></div>3558 <div id="WorldInfoheader" class="fa-solid fa-grip drag-grabber"></div>
3559 <div id="WI_panel_pin_div" class="flex-container alignitemscenter gap10px" title="Locked = World Editor will stay open" data-i18n="[title]Locked = World Editor will stay open">3559 <div class="flex-container alignitemscenter gap10px">
3560 <input type="checkbox" id="WI_panel_pin">3560 <div id="WI_panel_pin_div" title="Locked = World Editor will stay open" data-i18n="[title]Locked = World Editor will stay open">
3561 <label for="WI_panel_pin">3561 <input type="checkbox" id="WI_panel_pin">
3562 <div class="unchecked fa-solid fa-unlock "></div>3562 <label for="WI_panel_pin">
3563 <div class="checked fa-solid fa-lock "></div>3563 <div class="unchecked fa-solid fa-unlock "></div>
3564 </label>3564 <div class="checked fa-solid fa-lock "></div>
3565 </label>
3566 </div>
3565 <h3 class="margin0">3567 <h3 class="margin0">
3566 <span data-i18n="Worlds/Lorebooks">Worlds/Lorebooks</span>3568 <span data-i18n="Worlds/Lorebooks">Worlds/Lorebooks</span>
3567 <a href="https://docs.sillytavern.app/usage/core-concepts/worldinfo/" class="notes-link" target="_blank">3569 <a href="https://docs.sillytavern.app/usage/core-concepts/worldinfo/" class="notes-link" target="_blank">
@@ -6610,4 +6612,4 @@
6610 </script>6612 </script>
6611</body>6613</body>
66126614
6613</html>
6613 \ No newline at end of file \ No newline at end of file
6615</html>