Skip to content

Commit

Permalink
Merge branch 't/12843'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jan 28, 2015
2 parents 08bae02 + 2cb0d84 commit 51df572
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/tickets/12812/1.html
@@ -1 +1,5 @@
<iframe src="http://sub.ckeditor.dev:1030%TEST_DIR%/_assets/inlineeditor.html" width="800" height="400"></iframe>
<script>
var port = location.port ? ( ':' + location.port ) : '';

document.write( '<iframe src="http://sub.ckeditor.dev' + port + '%TEST_DIR%_assets/inlineeditor.html" width="800" height="400"></iframe>' );
</script>

0 comments on commit 51df572

Please sign in to comment.