[hg] galaxy 2982: Comment out Galaxy tools from page editor unti...
details: http://www.bx.psu.edu/hg/galaxy/rev/678e8507a90d changeset: 2982:678e8507a90d user: jeremy goecks <jeremy.goecks@emory.edu> date: Fri Nov 06 19:11:30 2009 -0500 description: Comment out Galaxy tools from page editor until functional. diffstat: static/scripts/jquery.wymeditor.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (21 lines): diff -r fd44bca54484 -r 678e8507a90d static/scripts/jquery.wymeditor.js --- a/static/scripts/jquery.wymeditor.js Fri Nov 06 19:08:03 2009 -0500 +++ b/static/scripts/jquery.wymeditor.js Fri Nov 06 19:11:30 2009 -0500 @@ -446,7 +446,7 @@ + "<ul>" + WYMeditor.TOOLS_ITEMS // Add Galaxy Tools. - + Galaxy.TOOLS_ITEMS + //+ Galaxy.TOOLS_ITEMS + "</ul>" + "</div>", @@ -862,7 +862,7 @@ } } - boxHtml = h.replaceAll(boxHtml, Galaxy.TOOLS_ITEMS, sTools); + //boxHtml = h.replaceAll(boxHtml, Galaxy.TOOLS_ITEMS, sTools); //construct classes list var aClasses = eval(this._options.classesItems);
participants (1)
-
Greg Von Kuster