El RIDO 10 лет назад
Родитель
Сommit
df5150c7f2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      js/privatebin.js

+ 1 - 1
js/privatebin.js

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