Skip to content

Commit

Permalink
Remove "history iframes"
Browse files Browse the repository at this point in the history
This is actually long overdue, as they were only used for IE6/7.
  • Loading branch information
tbroyer committed Mar 5, 2017
1 parent 9832613 commit 3315af0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
Expand Up @@ -64,9 +64,6 @@
%>
</div>

<%-- OPTIONAL: include this if you want history support in IE6 and IE7 --%>
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>

<script>
<%-- see http://blog.alexmaccaw.com/a-javascript-security-flaw for the replace() rationale --%>
var user = <%= user.toJson().replace("</", "<\\/") %>;
Expand Down
Expand Up @@ -33,9 +33,6 @@
<!-- -->
<body>

<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>

<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
<noscript>
<div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
Expand Down
Expand Up @@ -33,9 +33,6 @@
<!-- -->
<body>

<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>

<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
<noscript>
<div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
Expand Down
Expand Up @@ -33,9 +33,6 @@
<!-- -->
<body>

<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>

<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
<noscript>
<div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
Expand Down
Expand Up @@ -33,9 +33,6 @@
<!-- -->
<body>

<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>

<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
<noscript>
<div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
Expand Down

0 comments on commit 3315af0

Please sign in to comment.