()
| 198 | } |
| 199 | |
| 200 | // Closes the guide dialog. |
| 201 | function closeGuide() { |
| 202 | const guideDialog = document.getElementById("quickstart-guide"); |
| 203 | if (guideDialog) { |
| 204 | guideDialog.close(); |
| 205 | } |
| 206 | } |
| 207 | |
| 208 | // Set up event listeners when the DOM content is fully loaded. |