diff options
Diffstat (limited to 'js/Misc/MBLOCK.js')
-rw-r--r-- | js/Misc/MBLOCK.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/MBLOCK.js b/js/Misc/MBLOCK.js index 456a536a..06504708 100644 --- a/js/Misc/MBLOCK.js +++ b/js/Misc/MBLOCK.js @@ -233,7 +233,7 @@ function MBLOCK() { } } if (ok) { - if (extF==".mo"&&fileinfo(this.funam)!=[]) { + if (extF==".mo"&&fileinfo(this.funam).length!=0) { var tt = mgetl(this.funam); } else { var tt = this.exprs.funtxt; |