Skip to content

Commit

Permalink
Update src/toolbox/toolbox.history.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alibby251 committed Mar 14, 2012
1 parent fc1115e commit 5f0708e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolbox/toolbox.history.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// create iframe that is constantly checked for hash changes
if (!iframe) {
iframe = $("<iframe/>").attr("src", "javascript:false;").hide().get(0);
$("body").prepend(iframe);
$("body").append(iframe);

setInterval(function() {
var idoc = iframe.contentWindow.document,
Expand Down

0 comments on commit 5f0708e

Please sign in to comment.