Skip to content

Commit 2f62816

Browse files
committed
Swap CDN for jQuery loading
1 parent 98a3e2c commit 2f62816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ class Files:
2020

2121
class JQuery:
2222
VER = "3.3.1"
23-
MIN_JS = "//cdnjs.cloudflare.com/ajax/libs/jquery/%s/jquery.min.js" % VER
23+
# 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
2425

2526

2627
class Messenger:

0 commit comments

Comments
 (0)