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

Added run-time check for JavaScript support.

parent fea7c79a
No related branches found
No related tags found
No related merge requests found
......@@ -152,10 +152,10 @@ void sbbs_t::ver()
CRLF;
#ifdef JAVASCRIPT
center((char *)JS_GetImplementationVersion());
CRLF;
if(!(startup->options&BBS_OPT_NO_JAVASCRIPT)) {
center((char *)JS_GetImplementationVersion());
CRLF;
}
#endif
center(socklib_version(str));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment