|
From: <rv...@us...> - 2009-07-06 08:35:27
|
Revision: 173
http://treebase.svn.sourceforge.net/treebase/?rev=173&view=rev
Author: rvos
Date: 2009-07-06 08:35:26 +0000 (Mon, 06 Jul 2009)
Log Message:
-----------
Removed javascript debug alert on taxon label editor.
Modified Paths:
--------------
trunk/treebase-web/src/main/webapp/WEB-INF/pages/editTaxonLabel.jsp
Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/editTaxonLabel.jsp
===================================================================
--- trunk/treebase-web/src/main/webapp/WEB-INF/pages/editTaxonLabel.jsp 2009-07-02 22:52:46 UTC (rev 172)
+++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/editTaxonLabel.jsp 2009-07-06 08:35:26 UTC (rev 173)
@@ -80,7 +80,6 @@
and here is the namebank id:
<script type="text/javascript">
function selectRadio(textBoxRadio) {
- alert($(textBoxRadio));
$(textBoxRadio).checked = true;
}
</script>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|