Commit a13d906
committed
fix: correct RequireJS dependency order for recaptcha in auth widget
- Moved js/utils/recaptcha before backbone-validation and backbone.stickit in dependency array
- recaptchaUtils was receiving backbone-validation (position 15) instead of recaptcha module (position 17)
- Backbone plugins don't need params so must come after deps that do1 parent c7036f4 commit a13d906
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments