]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Update Gruntfile.js fixing undefined jQuery check 10863/head
authorDean Taylor <deanmarktaylor@gmail.com>
Sun, 29 Sep 2013 20:14:24 +0000 (21:14 +0100)
committerDean Taylor <deanmarktaylor@gmail.com>
Sun, 29 Sep 2013 20:14:24 +0000 (21:14 +0100)
commit429e92fd58491acc09e6695e4fb4cf9c39420c44
treeba1a5dd1809526fbd1990d8d9a729868ded23ed5
parent1809894e8a6e82e4871cbb399fc15c7dee306605
Update Gruntfile.js fixing undefined jQuery check

The check to see if jQuery was defined as incorrect causing the "Bootstrap requires jQuery" message to only be displayed if jQuery is defined and has a value which equates to `false`.
Gruntfile.js