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
75420630
authored
2022-03-02 17:23:01 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ee
1 parent
6b1adcd9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
wp-content/themes/understrap-child/js/custom-javascript.js
wp-content/themes/understrap-child/js/custom-javascript.js
View file @
7542063
...
...
@@ -73,6 +73,10 @@ jQuery( document ).ready(function($) {
}
});
$
(
document
).
on
(
"click"
,
"#wpsl-search-btn"
,
function
()
{
$
(
'#wpsl-s'
).
show
();
});
$
(
"#register-here"
).
on
(
"keydown"
,
function
(
event
)
{
if
(
event
.
which
==
13
){
$
(
'.wp-block-group.register'
).
toggle
();
...
...
Please
register
or
sign in
to post a comment