npm run format
This commit is contained in:
parent
8227b1420c
commit
8794b1d101
5 changed files with 35 additions and 45 deletions
|
@ -8,15 +8,13 @@ const signupDialog = require('./signupDialog');
|
|||
module.exports = function(state, emit) {
|
||||
const el = html`
|
||||
<div class="px-4 md:px-0">
|
||||
${
|
||||
raw(
|
||||
state.translate('frontPageExpireInfo', {
|
||||
downloadCount:
|
||||
'<span class="lg:inline-block md:block sm:inline-block block"></span><select id="dlCount"></select>',
|
||||
timespan: '<select id="timespan"></select>'
|
||||
})
|
||||
)
|
||||
}
|
||||
${raw(
|
||||
state.translate('frontPageExpireInfo', {
|
||||
downloadCount:
|
||||
'<span class="lg:inline-block md:block sm:inline-block block"></span><select id="dlCount"></select>',
|
||||
timespan: '<select id="timespan"></select>'
|
||||
})
|
||||
)}
|
||||
</div>
|
||||
`;
|
||||
if (el.__encoded) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue