diff options
Diffstat (limited to 'src/intro.js')
-rw-r--r-- | src/intro.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro.js b/src/intro.js index 2e64f66c0..9c2f985eb 100644 --- a/src/intro.js +++ b/src/intro.js @@ -1,2 +1,2 @@ // prevent execution of jQuery if included more than once -if(typeof window.jQuery == "undefined") (function(){ +if ( typeof jQuery == "undefined" ) (function(){ |