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 98a3e2c commit 2f62816Copy full SHA for 2f62816
seleniumbase/fixtures/constants.py
@@ -20,7 +20,8 @@ class Files:
20
21
class JQuery:
22
VER = "3.3.1"
23
- MIN_JS = "//cdnjs.cloudflare.com/ajax/libs/jquery/%s/jquery.min.js" % VER
+ # MIN_JS = "//cdnjs.cloudflare.com/ajax/libs/jquery/%s/jquery.min.js" % VER
24
+ MIN_JS = "//ajax.googleapis.com/ajax/libs/jquery/%s/jquery.min.js" % VER
25
26
27
class Messenger:
0 commit comments