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
f1208410
authored
2022-02-17 13:28:47 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
eeee
1 parent
03dd5fa7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
wp-content/themes/understrap-child/js/custom-javascript.js
wp-content/themes/understrap-child/style.css
wp-content/themes/understrap-child/js/custom-javascript.js
View file @
f120841
...
...
@@ -24,9 +24,9 @@ jQuery( document ).ready(function($) {
});
$
(
'.wp-block-button__link'
).
attr
(
'tabindex'
,
0
);
$
(
'.cf7mls_btn'
).
attr
(
'tabindex'
,
0
);
$
(
'#Layer_1'
).
appendTo
(
'.n2-ss-slider-wrapper-inside'
);
$
(
'.wp-block-button__link'
).
attr
(
'tabindex'
,
0
);
$
(
'.cf7mls_btn'
).
attr
(
'tabindex'
,
0
);
$
(
'#Layer_1'
).
appendTo
(
'
#desktop
.n2-ss-slider-wrapper-inside'
);
$
(
'#Layer_1'
).
show
();
$
(
document
).
on
(
"click"
,
"#register-here"
,
function
()
{
...
...
wp-content/themes/understrap-child/style.css
View file @
f120841
...
...
@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.3036
8
Version: 1.1.3036
9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
...
...
Please
register
or
sign in
to post a comment