Skip to content

Commit

Permalink
Ditch protocol for jquery script in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
pc2459 committed Jan 26, 2018
1 parent 94fb131 commit bd96fd6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
23 changes: 23 additions & 0 deletions index-amd.html
@@ -0,0 +1,23 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Jasmine Spec Runner</title>

<link rel="stylesheet" type="text/css" href=".grunt/grunt-contrib-jasmine/jasmine.css">



<script src="./.grunt/grunt-contrib-jasmine/jasmine.js"></script>

<script src="./.grunt/grunt-contrib-jasmine/jasmine-html.js"></script>

<script src="./.grunt/grunt-contrib-jasmine/reporter.js"></script>

<script src="./.grunt/grunt-contrib-jasmine/jasmine-helper.js"></script>


</head>
<body>
</body>
</html>
3 changes: 1 addition & 2 deletions tests/index-amd.html
Expand Up @@ -32,8 +32,7 @@
<script type="text/javascript" src="../node_modules/grunt-contrib-jasmine/tasks/jasmine/reporters/PhantomReporter.js"></script>

<!-- include source files here... -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!--<script type="text/javascript" data-dojo-config="async: true, isJasmineTestRunner: true" src="https://ajax.googleapis.com/ajax/libs/dojo/1.9.1/dojo/dojo.js"></script>-->
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="../sdk/src/third-party/require.min.js"></script>

<!-- include spec files here... -->
Expand Down
2 changes: 1 addition & 1 deletion tests/index.html
Expand Up @@ -34,7 +34,7 @@
<script type="text/javascript" src="../node_modules/grunt-contrib-jasmine/tasks/jasmine/reporters/PhantomReporter.js"></script>

<!-- include source files here... -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="../sdk/f2.min.js"></script>

Expand Down

0 comments on commit bd96fd6

Please sign in to comment.