Fixed bug #147, required some (ugly) modifications: changed function jQuery(...)...
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Fri, 15 Sep 2006 14:51:55 +0000 (14:51 +0000)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Fri, 15 Sep 2006 14:51:55 +0000 (14:51 +0000)
commit770a92a594a803486a66603a67f559ff15915d8b
tree56c256e9b6c3906a620d7ba0875cda3fc1a8cf03
parentea53a61a38ecdddaea6f344fcaf74bfe1d37397c
Fixed bug #147, required some (ugly) modifications: changed function 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") { ... }
Makefile
build.xml
src/intro.js [new file with mode: 0644]
src/jquery/jquery.js
src/outro.js [new file with mode: 0644]