From 5fd974e24700333e57c88b9f04ffd8c18495b573 Mon Sep 17 00:00:00 2001 From: rugk Date: Mon, 23 Feb 2026 16:00:22 +0000 Subject: [PATCH] style: fix/remove trailing comma --- js/privatebin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/privatebin.js b/js/privatebin.js index 01deba91..e4a6fc64 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -58,7 +58,7 @@ jQuery.PrivateBin = (function($) { ALLOWED_URI_REGEXP: /^(?:(?:(?:f|ht)tps?|mailto|magnet):)/i, USE_PROFILES: { html: true - }, + } }; /**