From df5150c7f262fa87a4760c25c9b0da08e13948aa Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 11 Jul 2016 15:55:23 +0200 Subject: [PATCH] found another --- js/privatebin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/privatebin.js b/js/privatebin.js index b8aa2103..dc507857 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -593,7 +593,7 @@ $(function() { { throw 'password prompt canceled'; } - if (password.length == 0) + if (password.length === 0) { return this.requestPassword(); }