aboutsummaryrefslogtreecommitdiffstats
path: root/src/intro.js
Commit message (Collapse)AuthorAgeFilesLines
* typoJörn Zaefferer2007-01-091-1/+1
|
* Fixed a bunch of endline issues.1.0.2John Resig2006-10-101-2/+2
|
* Fixed bug #147, required some (ugly) modifications: changed function ↵Jörn Zaefferer2006-09-151-0/+2
jQuery(...){} to jQuery = function(...){}, necessary because IE parses all function name(){} declarations before executing inline code; added intro.js and outro.js to both build.xml (tested) and Makefile (not tested) to include "if(typeof window.jQuery == "undefined") { ... }