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") { ... }
This commit is contained in:
parent
ea53a61a38
commit
770a92a594
5 changed files with 12 additions and 5 deletions
1
src/outro.js
Normal file
1
src/outro.js
Normal file
|
@ -0,0 +1 @@
|
|||
} // close: if(typeof window.jQuery == "undefined") {
|
Loading…
Add table
Add a link
Reference in a new issue