Letractively / tooltips

Automatically exported from code.google.com/p/tooltips
0 stars 0 forks source link

Error On Website Install Guide Calling Scriptaculous #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
THANK you for posting this... I was going bezerk!

Original comment by adwo...@scarabmedia.com on 8 Feb 2008 at 1:01