diff --git a/js/privatebin.js b/js/privatebin.js index b8aa210..dc50785 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(); }