Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bae75c41
authored
2022-03-28 10:52:04 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ddd
1 parent
cb9ca093
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
wp-content/themes/understrap-child/js/custom-javascript.js
wp-content/themes/understrap-child/js/custom-javascript.js
View file @
bae75c4
...
...
@@ -357,6 +357,7 @@ $(window).on('load resize scroll', function() {
document
.
addEventListener
(
'wpcf7submit'
,
function
(
event
)
{
console
.
log
(
'id'
+
event
.
detail
.
contactFormId
);
if
(
'209'
==
event
.
detail
.
contactFormId
)
{
...
...
Please
register
or
sign in
to post a comment