Loading portal/static/js/components/pages/Fachschaftssitzung.mjs +21 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,27 @@ export const Fachschaftssitzung = { name: "Beschlüsse als PDF herunterladen", }), ), !latestProtocol.meta && m( "p", m(ButtonAndTextLink, { href: "https://gitlab.cl.uni-heidelberg.de/fachschaft/protokolle", icon: "fa-brands fa-gitlab", name: "Bei GitLab anmelden, um Protokolle herunterzuladen", onclick: () => { setTimeout(() => { document.addEventListener( "visibilitychange", () => { if (!document.hidden) { location.reload() } }, ) }, 1000) }, }), ), ]), ]) }, Loading portal/static/js/components/pieces/ButtonAndTextLink.mjs +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ export const ButtonAndTextLink = { { href: vnode.attrs.href, target: vnode.attrs.sameTab ? "" : "_blank", onclick: vnode.attrs.onclick, }, [ m( Loading Loading
portal/static/js/components/pages/Fachschaftssitzung.mjs +21 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,27 @@ export const Fachschaftssitzung = { name: "Beschlüsse als PDF herunterladen", }), ), !latestProtocol.meta && m( "p", m(ButtonAndTextLink, { href: "https://gitlab.cl.uni-heidelberg.de/fachschaft/protokolle", icon: "fa-brands fa-gitlab", name: "Bei GitLab anmelden, um Protokolle herunterzuladen", onclick: () => { setTimeout(() => { document.addEventListener( "visibilitychange", () => { if (!document.hidden) { location.reload() } }, ) }, 1000) }, }), ), ]), ]) }, Loading
portal/static/js/components/pieces/ButtonAndTextLink.mjs +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ export const ButtonAndTextLink = { { href: vnode.attrs.href, target: vnode.attrs.sameTab ? "" : "_blank", onclick: vnode.attrs.onclick, }, [ m( Loading