I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 2dfe05d6 authored by zzz's avatar zzz
Browse files

Console: Comment out disabled non-js summary bar iframe refresh

to save space, included ~50x
Disabled in 2012 for "HTML compliance" reasons
parent ad64e9c2
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,10 @@ ...@@ -28,8 +28,10 @@
// update disable boolean // update disable boolean
intl.setDisableRefresh(d); intl.setDisableRefresh(d);
} }
/*
if (false && !intl.getDisableRefresh()) if (false && !intl.getDisableRefresh())
out.print("<noscript><iframe src=\"/summaryframe.jsp" + newDelay + "\" height=\"1500\" width=\"200\" scrolling=\"auto\" frameborder=\"0\" title=\"sidepanel\"></noscript>\n"); out.print("<noscript><iframe src=\"/summaryframe.jsp" + newDelay + "\" height=\"1500\" width=\"200\" scrolling=\"auto\" frameborder=\"0\" title=\"sidepanel\"></noscript>\n");
*/
} }
%> %>
<div class="routersummary"> <div class="routersummary">
...@@ -46,6 +48,7 @@ ...@@ -46,6 +48,7 @@
out.print("</a>"); out.print("</a>");
} }
/*
// d and allowIFrame defined above // d and allowIFrame defined above
if (false && !intl.getDisableRefresh()) { if (false && !intl.getDisableRefresh()) {
out.print("</div><noscript></iframe></noscript>\n"); out.print("</div><noscript></iframe></noscript>\n");
...@@ -63,7 +66,10 @@ ...@@ -63,7 +66,10 @@
out.print("</button>\n" + out.print("</button>\n" +
"</form></div></noscript></div>\n"); "</form></div></noscript></div>\n");
} else { } else {
*/
out.print("</div>\n"); out.print("</div>\n");
/*
} }
*/
%> %>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment