Skip to content
Snippets Groups Projects
Commit 61f61947 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

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

Show a message when JS is disabled

Closes pleroma#827

See merge request !822
parents 7f35489e 6795769b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment