We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 884082c + 5f0708e commit 7c6634bCopy full SHA for 7c6634b
src/toolbox/toolbox.history.js
@@ -27,7 +27,7 @@
27
// create iframe that is constantly checked for hash changes
28
if (!iframe) {
29
iframe = $("<iframe/>").attr("src", "javascript:false;").hide().get(0);
30
- $("body").prepend(iframe);
+ $("body").append(iframe);
31
32
setInterval(function() {
33
var idoc = iframe.contentWindow.document,
0 commit comments