From 78b3ca050ecf653a1bf994f50f361b4b4869e9fa Mon Sep 17 00:00:00 2001 From: kimth Date: Sat, 18 Aug 2012 10:08:49 -0400 Subject: [PATCH] More info in comment --- common/lib/xmodule/xmodule/js/src/capa/schematic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/js/src/capa/schematic.js b/common/lib/xmodule/xmodule/js/src/capa/schematic.js index 259a089aca..92bc32441b 100644 --- a/common/lib/xmodule/xmodule/js/src/capa/schematic.js +++ b/common/lib/xmodule/xmodule/js/src/capa/schematic.js @@ -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);