Author: pwang
Date: 2012-10-02 14:59:58 -0700 (Tue, 02 Oct 2012)
New Revision: 30595
Modified:
new_cytoscape_website/trunk/js/menu_generator.js
Log:
Removed two links ("View Download Activity' and 'Submit Your Plugin' )
Modified: new_cytoscape_website/trunk/js/menu_generator.js
===================================================================
--- new_cytoscape_website/trunk/js/menu_generator.js 2012-10-02 18:51:41 UTC
(rev 30594)
+++ new_cytoscape_website/trunk/js/menu_generator.js 2012-10-02 21:59:58 UTC
(rev 30595)
@@ -88,9 +88,7 @@
function appendPlugin() {
$("#pluginMenu").append("<ul>" +
- "<li><a href=\"http://apps.cytoscape.org\">Cytoscape App
Store</a></li>" +
- "<li><a
href=\"http://chianti.ucsd.edu/cyto_web/plugins/plugindownloadstatistics.php\">View
Download Activities</a></li>" +
- "<li><a href=\"" + baseURL + "plugin_submit.html\">Submit Your
Plugin</a></li></ul>"
+ "<li><a href=\"http://apps.cytoscape.org\">Cytoscape App
Store</a></li></ul>"
);
}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.