mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-11-27 17:50:50 -05:00
address eslint errors
This commit is contained in:
parent
51481656ba
commit
f0560bcc27
8 changed files with 27 additions and 20 deletions
|
|
@ -22,7 +22,9 @@ describe('Prompt', function () {
|
|||
);
|
||||
$.PrivateBin.Model.reset();
|
||||
$.PrivateBin.Model.init();
|
||||
// eslint-disable-line global-require
|
||||
global.bootstrap = require('../bootstrap-5.3.7');
|
||||
// eslint-enable-line global-require
|
||||
$.PrivateBin.Prompt.init();
|
||||
$.PrivateBin.Prompt.requestPassword();
|
||||
$('#passworddecrypt').val(password);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue