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(); }