Browse Source

found another

El RIDO 10 năm trước cách đây
mục cha
commit
df5150c7f2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
             }