logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 61f61947ad887c0cf8ee94ab7e699be78693579f
parent: 7f35489e3e13e65e79536ebb815fea172796bcec
Author: Shpuld Shpludson <shp@cock.li>
Date:   Sat, 17 Aug 2019 08:26:00 +0000

Merge branch 'feature/noscript-message' into 'develop'

Show a message when JS is disabled

Closes pleroma#827

See merge request pleroma/pleroma-fe!822

Diffstat:

Mindex.html3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -9,7 +9,8 @@ <link rel="stylesheet" href="/static/font/css/fontello.css"> <link rel="stylesheet" href="/static/font/css/animation.css"> </head> - <body style="display: none"> + <body> + <noscript>To use Pleroma, please enable JavaScript.</noscript> <div id="app"></div> <!-- built files will be auto injected --> </body>