Commit bb413fe20098b12918e862e94a13b16fef5748da
1 parent
0d2239e7
Changing name scheme for generated javascript functions due to potential conflict and duplicity
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
calexium_lib/web/CXM_making_a_web_site.anubis
| @@ -2924,7 +2924,7 @@ define URL_or_JavaScript | @@ -2924,7 +2924,7 @@ define URL_or_JavaScript | ||
| 2924 | with n = new_count, | 2924 | with n = new_count, |
| 2925 | fn_name = "pfu_" + if mb_id is | 2925 | fn_name = "pfu_" + if mb_id is |
| 2926 | { | 2926 | { |
| 2927 | - failure then form_name + n, | 2927 | + failure then form_name + "_" + n, |
| 2928 | success(id) then id, | 2928 | success(id) then id, |
| 2929 | }, | 2929 | }, |
| 2930 | javascript( | 2930 | javascript( |