diff --git a/html/controllers/session_pool.php b/html/controllers/session_pool.php
deleted file mode 100644
index 7f49b6e2ba..0000000000
--- a/html/controllers/session_pool.php
+++ /dev/null
@@ -1,102 +0,0 @@
-
\ No newline at end of file
diff --git a/html/gui/js/Viewer.js b/html/gui/js/Viewer.js
index e6bbcd9553..8c6ed921e7 100644
--- a/html/gui/js/Viewer.js
+++ b/html/gui/js/Viewer.js
@@ -421,26 +421,24 @@ Ext.extend(CCR.xdmod.ui.Viewer, Ext.Viewport, {
var tabToken;
for (var i = 0; i < tabs.length; i++) {
- var tab = tabs[i];
- tab.mainTabToken = mainTabToken;
- tab.id = tab.tab;
+ var tab = tabs[i];
+ tab.mainTabToken = mainTabToken;
+ tab.id = tab.tab;
- var tabInstance = CCR.getInstance(tab.javascriptReference, tab.javascriptClass, tab);
- if (!tabInstance) {
- continue;
- }
- tabPanel.add(tabInstance);
- if (tab.isDefault == true && !isCallCached) {
- tabToken = tabToken || mainTabToken + CCR.xdmod.ui.tokenDelimiter + tab.tab;
- }
+ var tabInstance = CCR.getInstance(tab.javascriptReference, tab.javascriptClass, tab);
+ if (!tabInstance) {
+ continue;
+ }
+ tabPanel.add(tabInstance);
+ if (tab.isDefault) {
+ tabToken = tabToken || mainTabToken + CCR.xdmod.ui.tokenDelimiter + tab.tab;
+ }
}
if (mainPanel.el) {
mainPanel.el.unmask();
}
- consultCallCache();
-
//Conditionally present the profile if an e-mail address has not been set
xsedeProfilePrompt();
diff --git a/html/index.php b/html/index.php
index f81acad09e..f013d3d644 100644
--- a/html/index.php
+++ b/html/index.php
@@ -491,8 +491,6 @@ function isReferrer($referrer)