page: remove data-nosnippet from body
This commit is contained in:
parent
5a769ceb94
commit
da0c765ad9
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export default function(obj) {
|
|||
<link rel="stylesheet" href="cobalt.css">
|
||||
|
||||
</head>
|
||||
<body id="cobalt-body" ${platform === "d" ? 'class="desktop"' : ''} data-nosnippet>
|
||||
<body id="cobalt-body" ${platform === "d" ? 'class="desktop"' : ''}>
|
||||
<noscript>
|
||||
<div style="margin: 2rem;">${t('NoScriptMessage')}</div>
|
||||
</noscript>
|
||||
|
|
Loading…
Reference in a new issue