On your website for directions on installing you have a '&' when you
should have '?' when calling the scriptaculous framework.
Currently it is:
<script type="text/javascript" src="includes/prototype.js"></script>
<script type="text/javascript"
src="includes/scriptaculous.js&load=builder,effects"></script>
<script type="text/javascript" src="includes/tooltips.js"></script>
Should Be:
<script type="text/javascript" src="includes/prototype.js"></script>
<script type="text/javascript" src="includes/scriptaculous.js?
load=builder,effects"></script>
<script type="text/javascript" src="includes/tooltips.js"></script>
Hopefully helps others, it took me 1/2 hour to figure that out.
Original issue reported on code.google.com by justink...@gmail.com on 28 Oct 2007 at 2:08
Original issue reported on code.google.com by
justink...@gmail.com
on 28 Oct 2007 at 2:08