diff --git a/apps/routerconsole/jsp/summary.jsi b/apps/routerconsole/jsp/summary.jsi
index 6a388b8172..d38637d836 100644
--- a/apps/routerconsole/jsp/summary.jsi
+++ b/apps/routerconsole/jsp/summary.jsi
@@ -23,7 +23,7 @@
// update disable boolean
intl.setDisableRefresh(d);
}
- if (!intl.getDisableRefresh())
+ if (false && !intl.getDisableRefresh())
out.print("\n");
}
%>
@@ -42,9 +42,9 @@
}
// d and allowIFrame defined above
- if (!intl.getDisableRefresh()) {
+ if (false && !intl.getDisableRefresh()) {
out.print("\n");
- } else if (allowIFrame) {
+ } else if (false && allowIFrame) {
// since we don't have an iframe this will reload the base page, and
// the new delay will be passed to the iframe above
out.print("