| Age | Commit message (Collapse) | Author |
|
|
|
Use Google's hosted libraries instead of vendoring. This is just for
testing purposes and browser caching will help after the first access.
|
|
|
|
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>
|
|
Currently this allows for easy manual testing a few other Javascript libraries
and whether the debug toolbar javascript conflicts with them.
|