aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jsaccess/jsa/jsa.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsaccess/jsa/jsa.js b/jsaccess/jsa/jsa.js
index cca0f95..f423533 100644
--- a/jsaccess/jsa/jsa.js
+++ b/jsaccess/jsa/jsa.js
@@ -132,7 +132,7 @@ function _dl(file, pass) {
var path = 'store/' + dirhash + '/' + RMD160.hex(dirhash + filename);
_status("Downloading \""+filename+"\" ...");
- if (crypt = '(nocrypt)') {
+ if (crypt == '(nocrypt)') {
_status("File is in your hands,<br/>Have a good day.<br/>");
window.location = path;
return;