added iBug from JoeHewitt.com support so can further debug the js

This commit is contained in:
Fred Grott 2009-01-14 13:11:47 -06:00 committed by fredgrott
parent 799ce988d5
commit 71600b0916

View File

@ -9,6 +9,12 @@
<style type="text/css" media="screen">@import "file:///android_asset/iui.css";</style> <style type="text/css" media="screen">@import "file:///android_asset/iui.css";</style>
<script type="application/x-javascript" src="file:///android_asset/iui.js"></script> <script type="application/x-javascript" src="file:///android_asset/iui.js"></script>
<script type="application/x-javascript" src="file:///android_asset/gap.js"></script> <script type="application/x-javascript" src="file:///android_asset/gap.js"></script>
<!-- iBug from JoeHewitt.com requires a certain iBug.js script located in
the directory you launched the mini python server component of iBug
in the format of src=http://hostname:port/iBug.js
if you are not using to debug comment out
-->
<script type="application/x-javascript" src="http://%(hostName)s:%(port)s/ibug.js"></script>
<script> <script>