Skip to content

Commit 2b7cb01

Browse files
committed
fixed target iframe error
1 parent 3c7757a commit 2b7cb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/postmessage2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p><label for="message">Message</label><input type="text" name="message" value="my message" id="message" /> <input type="submit" />
1111
</p>
1212
<h2>Target iframe:</h2>
13-
<iframe id="iframe" src="http://jsbin.com/uderi/6"></iframe>
13+
<iframe id="iframe" src="http://jsbin.com/uderi/7"></iframe>
1414
</form>
1515
</article>
1616
<script>

0 commit comments

Comments
 (0)