You can now assign jQuery to random namespaces - very cool. (Bug #1393)
This commit is contained in:
parent
b6d920cf05
commit
c8bd6e0a4a
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
// prevent execution of jQuery if included more than once
|
||||
if(typeof window.jQuery == "undefined") (function(){
|
||||
if ( typeof jQuery == "undefined" ) (function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue