Skip to content
Snippets Groups Projects
Commit 2ffbcce7 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

presence_lib no longer defines extended_status()

and we weren't using that function here anyway, so require(..., 'node_status')
instead.
parent 2daf8c7f
Branches
Tags
No related merge requests found
require('sbbsdefs.js', 'SYS_CLOSED');
require('nodedefs.js', 'NODE_WFC');
require("presence_lib.js", 'extended_status');
require("presence_lib.js", 'node_status');
var settings = load('modopts.js', 'web') || { web_directory: '../webv4' };
load(settings.web_directory + '/lib/init.js');
......@@ -119,4 +119,4 @@ http_reply.header['Content-Type'] = 'application/json';
http_reply.header['Content-Length'] = reply.length;
write(reply);
reply = undefined;
\ No newline at end of file
reply = undefined;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment