Remove unused variables
This commit is contained in:
parent
43b0733358
commit
96bfba1789
|
@ -318,30 +318,17 @@ const baseURL = '<%= url_for('/')->to_abs() %>';
|
||||||
% }
|
% }
|
||||||
const actionURL = '<%= url_for('/')->to_abs() %>';
|
const actionURL = '<%= url_for('/')->to_abs() %>';
|
||||||
const i18n = {
|
const i18n = {
|
||||||
enqueued: '<%= l('XXX file has been added to upload queue.') %>',
|
|
||||||
compressing: '<%= l('Compression in progress...') %>',
|
compressing: '<%= l('Compression in progress...') %>',
|
||||||
confirmExit: '<%= l('You have attempted to leave this page. The upload will be canceled. Are you sure?') %>',
|
confirmExit: '<%= l('You have attempted to leave this page. The upload will be canceled. Are you sure?') %>',
|
||||||
copied: '<%= l('Copied') %>',
|
copied: '<%= l('Copied') %>',
|
||||||
copyLink: '<%= l('Copy link') %>',
|
copyLink: '<%= l('Copy link') %>',
|
||||||
copyAll: '<%= l('Copy all links to clipboard') %>',
|
|
||||||
copySuccess: '<%= l('The link(s) has been copied to your clipboard') %>',
|
|
||||||
copyFail: '<%= l('Unable to copy the link(s) to your clipboard') %>',
|
|
||||||
cpText: '<%= l('Copy to clipboard') %>',
|
|
||||||
delText: '<%= l('Deletion link') %>',
|
|
||||||
dlText: '<%= l('Download link') %>',
|
|
||||||
download: '<%= l('Download') %>',
|
download: '<%= l('Download') %>',
|
||||||
encrypting: '<%= l('Encrypting part XX1 of XX2') %>',
|
|
||||||
expiration: '<%= l('Expiration:') %>',
|
expiration: '<%= l('Expiration:') %>',
|
||||||
fileUploaded: '<%= l('File uploaded') %>',
|
fileUploaded: '<%= l('File uploaded') %>',
|
||||||
hit: '<%= l('Hit Enter, then Ctrl+C to copy the download link') %>',
|
|
||||||
hits: '<%= l('Hit Enter, then Ctrl+C to copy all the download links') %>',
|
|
||||||
mailTo: '<%= l('Send all links by email') %>',
|
|
||||||
maxSize: '<%= l('(max size: XXX)') %>',
|
maxSize: '<%= l('(max size: XXX)') %>',
|
||||||
noLimit: '<%= l('No expiration delay') %>',
|
noLimit: '<%= l('No expiration delay') %>',
|
||||||
sending: '<%= l('Sending part XX1 of XX2. Please, be patient, the progress bar can take a while to move.') %>',
|
|
||||||
unknownYet: '<%= l('Unknown yet') %>',
|
unknownYet: '<%= l('Unknown yet') %>',
|
||||||
uploading: '<%= l('Upload in progress...') %>',
|
uploading: '<%= l('Upload in progress...') %>',
|
||||||
wsProblem: '<%= l('Websocket communication error') %>',
|
|
||||||
};
|
};
|
||||||
const maxSize = <%= config('max_file_size') || 0 %>;
|
const maxSize = <%= config('max_file_size') || 0 %>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue