From b1f57bddd1e63696a6ac0ddaf32428f334d3d969 Mon Sep 17 00:00:00 2001 From: Ribas160 Date: Sun, 14 Dec 2025 09:18:56 +0200 Subject: [PATCH] Fix eslint errors --- js/privatebin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/privatebin.js b/js/privatebin.js index a8294775..a6cdfd6e 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -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(); }