Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
c6e83357
Commit
c6e83357
authored
Apr 12, 2022
by
Rob Swindell
💬
Browse files
Un-comment-out the line referencing 'bs' since it's now defined.
parent
c5408b6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xtrn/lord2/lord2.js
xtrn/lord2/lord2.js
+1
-1
No files found.
xtrn/lord2/lord2.js
View file @
c6e83357
...
...
@@ -3167,7 +3167,7 @@ function mail_to(pl, quotes)
if
(
t
!==
-
1
)
{
wrap
=
l
.
slice
(
t
+
1
);
l
=
l
.
slice
(
0
,
t
);
//
sw(bs.substr(0, wrap.length));
sw
(
bs
.
substr
(
0
,
wrap
.
length
));
sw
(
ws
.
substr
(
0
,
wrap
.
length
));
}
ch
=
'
\r
'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment