We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4bed6 commit 02b2b71Copy full SHA for 02b2b71
src/iframe.coffee
@@ -12,11 +12,11 @@ iframe_template = """
12
<head>
13
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
14
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
15
+ <script src="{{ sockjs_url }}"></script>
16
<script>
17
document.domain = document.domain;
- _sockjs_onload = function(){SockJS.bootstrap_iframe();};
18
+ SockJS.bootstrap_iframe();
19
</script>
- <script src="{{ sockjs_url }}"></script>
20
</head>
21
<body>
22
<h2>Don't panic!</h2>
0 commit comments