We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d0502 commit d41703fCopy full SHA for d41703f
web/WebDriverJsDemo.html
@@ -24,9 +24,9 @@
24
</style>
25
26
<!-- jQuery & jQuery UI + theme (required) -->
27
- <link href="http://code.jquery.com/ui/1.9.0/themes/smoothness/jquery-ui.css" rel="stylesheet">
28
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.js"></script>
29
- <script src="http://code.jquery.com/ui/1.9.0/jquery-ui.js"></script>
+ <link href="jquery-ui.css" rel="stylesheet">
+ <script src="jquery.js"></script>
+ <script src="jquery-ui.js"></script>
30
31
<!-- keyboard widget css & script (required) -->
32
<link href="keyboard.css" rel="stylesheet">
0 commit comments