Skip to content
Snippets Groups Projects
Commit 7526f805 authored by rswindell's avatar rswindell
Browse files

Fix ReferenceError: BLINK is not defined when running as timed event from

SBBS. I'm not sure why this works fine from JSexec without this change.
Weird.
parent 3a7a205a
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ function netuser_fname(netaddr) ...@@ -26,6 +26,7 @@ function netuser_fname(netaddr)
function is_valid(buf) function is_valid(buf)
{ {
load("cga_defs.js");
if(!buf || !buf.length || buf.length != this.size) if(!buf || !buf.length || buf.length != this.size)
return false; return false;
var invalid = buf.split('').filter(function (e,i) { var invalid = buf.split('').filter(function (e,i) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment