Commit c7209288 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Crib Enable: Use same path for librairies as Crib Bootloader

This is hackish for now, but this solve the issue of partial bootloader
loading where the Crib Enable is supposed to use libraries that have not
been imported.
parent 095a7572
......@@ -7,10 +7,10 @@
<title>Jio Gadget</title>
<!-- renderjs -->
<script src="lib/rsvp.js" type="text/javascript"></script>
<script src="lib/renderjs.js" type="text/javascript"></script>
<script src="rsvp.js" type="text/javascript"></script>
<script src="renderjs.js" type="text/javascript"></script>
<script src="lib/jio-latest.js" type="text/javascript"></script>
<script src="jiodev.js" type="text/javascript"></script>
<!-- custom script -->
<script src="crib-enable.js" type="text/javascript"></script>
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment