mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
Yet again another js file that doesn't have to be served via nextcloud. But can just be done via the webbrowser. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 lines
170 B
JavaScript
4 lines
170 B
JavaScript
OCA.Accessibility = OCP.InitialState.loadState('accessibility', 'data')
|
|
if (OCA.Accessibility.theme !== false) {
|
|
document.body.classList.add(OCA.Accessibility.theme);
|
|
}
|