More info in comment

This commit is contained in:
kimth
2012-08-18 10:08:49 -04:00
parent 25d3890595
commit 78b3ca050e

View File

@@ -172,7 +172,7 @@ schematic = (function() {
this.tools = new Array();
this.toolbar = [];
/* DISABLE HELP BUTTON -- SJSU
/* DISABLE HELP BUTTON (target URL not consistent with multicourse hierarchy) -- SJSU
if (!this.diagram_only) {
this.tools['help'] = this.add_tool(help_icon,'Help: display help page',this.help);
this.enable_tool('help',true);