Skip to content

Commit

Permalink
Fix paths in eg-iframe.html.
Browse files Browse the repository at this point in the history
Without this the inline examples won't work as expected.
  • Loading branch information
nene committed May 14, 2012
1 parent d27400c commit b30044d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/eg-iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Sencha Examples</title>

<script type="text/javascript" src="extjs/ext-all.js"></script>
<link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all.css">
<script type="text/javascript" src="extjs-build/ext-all.js"></script>
<link rel="stylesheet" type="text/css" href="extjs-build/resources/css/ext-all.css">

<script type="text/javascript">
function loadInlineExample(code, options, callback) {
Expand Down

0 comments on commit b30044d

Please sign in to comment.