Ref f9d41ac6: Opera-compatible form target

(cherry picked from commit d5b7139abc)
This commit is contained in:
Richard Gibson 2013-11-04 09:36:16 -05:00
parent 26705c6c5b
commit faed51b2e9

View File

@ -6,7 +6,7 @@
<script src="../../jquery.js"></script> <script src="../../jquery.js"></script>
</head> </head>
<body> <body>
<form id="navigate" action="about:blank"></form> <form id="navigate" action="../iframe.html"></form>
<script> <script>
jQuery( window ).on( "unload", function() { jQuery( window ).on( "unload", function() {
var ajaxStatus; var ajaxStatus;