diff --git a/productMods/js/menupage/visualizationLink.js b/productMods/js/menupage/visualizationLink.js
index b3744ff0..6086f68a 100644
--- a/productMods/js/menupage/visualizationLink.js
+++ b/productMods/js/menupage/visualizationLink.js
@@ -20,11 +20,6 @@ var visualizationLink = {
this.visLink = $('.visualization-menupage-link');
},
- // Temporarily hide the link while we determine the href value via AJAX
- hideLink: function() {
- this.visLink.addClass('hidden');
- },
-
// Determine the URL parameters for temporal graph of top level org
getURL: function() {
$.ajax({
@@ -43,6 +38,5 @@ var visualizationLink = {
$(document).ready(function() {
visualizationLink.onLoad();
- visualizationLink.hideLink();
visualizationLink.getURL();
});
\ No newline at end of file
diff --git a/productMods/templates/freemarker/body/menupage/menupage--classgroup-organizations.ftl b/productMods/templates/freemarker/body/menupage/menupage--classgroup-organizations.ftl
index 2ffd11de..f83e2a78 100644
--- a/productMods/templates/freemarker/body/menupage/menupage--classgroup-organizations.ftl
+++ b/productMods/templates/freemarker/body/menupage/menupage--classgroup-organizations.ftl
@@ -1,6 +1,6 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#assign visualizationLink>
-
+
#assign>
<#include "menupage.ftl">