mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
Fix eslint errors
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user