Skip to content

Commit b28ac84

Browse files
committed
Update JqueryConfirm to version 3.3.4
1 parent c94e249 commit b28ac84

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class IntroJS:
9191

9292

9393
class JqueryConfirm:
94-
VER = "3.3.2"
94+
VER = "3.3.4"
9595
MIN_CSS = ("//cdnjs.cloudflare.com/ajax/libs/"
9696
"jquery-confirm/%s/jquery-confirm.min.css" % VER)
9797
MIN_JS = ("//cdnjs.cloudflare.com/ajax/libs/"

0 commit comments

Comments
 (0)