Fixed reload button bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-13 23:50:35 +02:00
parent 41cd6b7702
commit 7f42462514
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -12,6 +12,8 @@
class: fa-solid fa-up-right-from-square class: fa-solid fa-up-right-from-square
onclick: openIframeInNewTab() onclick: openIframeInNewTab()
- name: Reload - name: Reload
target: "_top"
onclick: location.reload(true)
description: Reload the application description: Reload the application
icon: icon:
class: fa-solid fa-rotate-right class: fa-solid fa-rotate-right