Skip to content

Commit

Permalink
Fix jquery-none.js request in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Sep 29, 2018
1 parent 10f5625 commit fba5320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script type="text/javascript">
// Load custom version of jQuery if possible (assign to window so IE8 can use in later blocks)
var jQueryVersion = QUnit.urlParams.jquery;
if (jQueryVersion) {
if (jQueryVersion && jQueryVersion !== 'none') {
loadScript('https://code.jquery.com/jquery-'+jQueryVersion+'.js');
}
// Close the script tag to make sure document.write happens
Expand Down

0 comments on commit fba5320

Please sign in to comment.