src/lib/htmshell.c 1.62
1.62 2009/08/11 23:00:47 galt
remove now unneeded code - thanks Brian for the review
Index: src/lib/htmshell.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/htmshell.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -b -B -U 4 -r1.61 -r1.62
--- src/lib/htmshell.c 6 Aug 2009 05:52:27 -0000 1.61
+++ src/lib/htmshell.c 11 Aug 2009 23:00:47 -0000 1.62
@@ -241,9 +241,9 @@
"warnBox.style.display=''; warnBox.style.width='65%%';}};\n"
"function hideWarnBox() {"
"var warnBox=document.getElementById('warnBox');"
"if(warnBox!=undefined) {"
- "warnBox.style.display='none'; var warnList=document.getElementById('warnList'); "
+ "warnBox.style.display='none';"
"warnBox.innerHTML='';}};"
"}</script>\n", relPath);
}
#endif//ifdef WARNBOX_IN_USE