This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
Gist to reproduce issue: https://gist.github.com/1010228
First script - create script element using jqLite - load source for failed
Second script - create script element using raw document.createElement() - success
When loading jQuery, it works fine (jgLite uses jQuery then)...
For More more info see: #344
On my Ubuntu machine the issue is seen only on FF4, works fine on Chrome, FF3.
Observing the issue:
- open firebug's HTML and check both scripts, first content is "Failed to load source...", second works fine
- open firebug's NET there is request for "....?param2", but no request for "...?param1"