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

Show a message when JS is disabled

Closes pleroma#827

See merge request pleroma/pleroma-fe!822
このコミットが含まれているのは:
Shpuld Shpludson 2019-08-17 08:26:00 +00:00
コミット 61f61947ad
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -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>