From 63fdd2eba3849ad57e08b766829b5f86c4f02420 Mon Sep 17 00:00:00 2001 From: Haocen Xu Date: Thu, 29 Aug 2019 11:21:56 -0400 Subject: [PATCH] Fix missing semi colon --- js/privatebin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/privatebin.js b/js/privatebin.js index 717a362..d58ada8 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -1822,7 +1822,7 @@ jQuery.PrivateBin = (function($, RawDeflate) { `${$shortenButton.data('shortener')}${encodeURIComponent($pasteUrl.attr('href'))}`, '_blank', 'noopener, noreferrer' - ) + ); }); }