El RIDO 10 anni fa
parent
commit
df5150c7f2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      js/privatebin.js

+ 1 - 1
js/privatebin.js

@@ -593,7 +593,7 @@ $(function() {
             {
             {
                 throw 'password prompt canceled';
                 throw 'password prompt canceled';
             }
             }
-            if (password.length == 0)
+            if (password.length === 0)
             {
             {
                 return this.requestPassword();
                 return this.requestPassword();
             }
             }