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