mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 06:30:53 +03:00
npm run format
This commit is contained in:
@@ -30,12 +30,10 @@ module.exports = function(app) {
|
||||
timeout: 5000
|
||||
});
|
||||
</script>
|
||||
${
|
||||
initScript({
|
||||
cspNonce: 'test',
|
||||
locale: 'en-US'
|
||||
})
|
||||
}
|
||||
${initScript({
|
||||
cspNonce: 'test',
|
||||
locale: 'en-US'
|
||||
})}
|
||||
<script src="${assets.get('tests.js')}"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user