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

Don't need the loadfonts.js wrapper here, just load fonts.js directly here.

parent e5af26a7
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ load("sbbsdefs.js");
load("text.js");
var Avatar = load({}, "avatar_lib.js");
var options = load("modopts.js", "logon");
load("loadfonts.js");
load("fonts.js", "preload", "default");
// Check if we're being asked to auto-run an external (web interface external programs section uses this)
if (options && (options.rlogin_auto_xtrn) && (bbs.sys_status & SS_RLOGIN) && (console.terminal.indexOf("xtrn=") === 0)) {
......
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