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

Add an array to hold previous sections (for "Back" stuff)

parent 075ddc6c
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,6 @@ function HelpFile(helpfile)
{
//TODO: parse help information from a single help file divided into sections
}
this.back=[];
this.load();
}
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