From 8e874dbea3d7c8d826d30f4312da845bf8916eaa 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 b141779b..de791ad2 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -1780,7 +1780,7 @@ jQuery.PrivateBin = (function($, RawDeflate) { `${$shortenButton.data('shortener')}${encodeURIComponent($pasteUrl.attr('href'))}`, '_blank', 'noopener, noreferrer' - ) + ); }); }