Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imports documentation not rendering on "creating" page #60

Open
jeremydouglass opened this issue Apr 8, 2020 · 0 comments
Open

Imports documentation not rendering on "creating" page #60

jeremydouglass opened this issue Apr 8, 2020 · 0 comments

Comments

@jeremydouglass
Copy link

On the page:

http://idmillington.github.io/undum/doc/creating.html

The first block should display the normal order of imports:

<script type="text/javascript" src="media/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="media/js/undum.js"></script>
<script type="text/javascript" src="media/js/mygame.game.js">

However it is empty.

The page source is:

<p>The normal pattern of imports in the HTML file is therefore:</p>
<pre><code><script type="text/javascript" src="media/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="media/js/undum.js"></script>
<script type="text/javascript" src="media/js/mygame.game.js"></script>
</code></pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant