Skip to content
Snippets Groups Projects
Commit e54b48f1 authored by deuce's avatar deuce
Browse files

Don't override text.dat for HTML mode...

parent 77f5d8f2
Branches
Tags
No related merge requests found
......@@ -84,13 +84,6 @@ var random_list = directory(system.text_dir + "menu/random*.*");
if(random_list.length)
bbs.menu(file_getname(random_list[random(random_list.length)]).slice(0,-4));
// If using the HTML shell and has HTML terminal,
// replace YesNo text.
if(user.command_shell.search(/HTML/i)!=-1 && user.settings&USER_HTML) {
bbs.replace_text(bbs.text(YesNoQuestion),"@EXEC:html_yesno@");
bbs.replace_text(bbs.text(NoYesQuestion),"@EXEC:html_yesno@");
}
console.clear();
bbs.user_event(EVENT_LOGON);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment