From 5c603d09788049be222c8fb4f39c3cc16cdfb476 Mon Sep 17 00:00:00 2001 From: rugk Date: Sun, 5 Feb 2017 21:35:28 +0100 Subject: [PATCH] Improve comment --- js/privatebin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/privatebin.js b/js/privatebin.js index 4887e8c4..3070aad7 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -1507,7 +1507,7 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) { */ pasteLinkClick: function(event) { - // check if location is (already) correctly shown in URL bar + // check if location is (already) shown in URL bar if (window.location.href === this.pasteUrl.attr('href')) { // if so we need to load link by reloading the site location.reload(true);