mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-22 18:28:26 +00:00
Fix eslint errors
This commit is contained in:
parent
ed9b3d1aa0
commit
b1f57bddd1
1 changed files with 1 additions and 1 deletions
|
|
@ -4633,7 +4633,7 @@ jQuery.PrivateBin = (function($) {
|
|||
me.setFormat = function(format)
|
||||
{
|
||||
if (Helper.isBootstrap5()) {
|
||||
$formatter.find(`select`).val(format);
|
||||
$formatter.find('select').val(format);
|
||||
} else {
|
||||
$formatter.parent().find(`a[data-format="${format}"]`).click();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue