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

Show a message when JS is disabled

Closes pleroma#827

See merge request pleroma/pleroma-fe!822
This commit is contained in:
Shpuld Shpludson 2019-08-17 08:26:00 +00:00
commit 61f61947ad

View file

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