aboutsummaryrefslogtreecommitdiffstats
path: root/example/templates/jquery/index.html
AgeCommit message (Collapse)Author
2010-10-20HTML Validation fixesChris Adams
It turns out that <script … charset="utf-8">inline script</script> is not valid (charset is valid with script src). This avoids debug_toolbar causing HTML validation errors simply by being active. Signed-off-by: Rob Hudson <rob@cogit8.org>
2010-02-11Added example project directory.Rob Hudson
Currently this allows for easy manual testing a few other Javascript libraries and whether the debug toolbar javascript conflicts with them.