Jelajahi Sumber

found another

El RIDO 10 tahun lalu
induk
melakukan
df5150c7f2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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();
             }