diff --git a/html/js/custom.js b/html/js/custom.js index c25311b72..15abe0b54 100644 --- a/html/js/custom.js +++ b/html/js/custom.js @@ -3,8 +3,8 @@ $.extend({ var iteration = 0; var password = ""; var randomNumber; - if(special == undefined){ - var special = false; + if(special === undefined){ + special = false; } while(iteration < length){ randomNumber = (Math.floor((Math.random() * 100)) % 94) + 33;