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
52fd2430
authored
2022-03-01 13:13:12 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
slider
1 parent
b1fea943
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
wp-content/themes/understrap-child/js/custom-javascript.js
wp-content/themes/understrap-child/js/custom-javascript.js
View file @
52fd243
...
...
@@ -357,7 +357,9 @@ $(window).on('load resize scroll', function() {
}
},
false
);
$
(
".n2-ss-text"
).
each
(
function
()
{
$
(
this
).
wrapInner
(
'<div class="container"> <div class="row"><div class="col-md-12 content-area"></div></div></div>'
);
});
});
...
...
Please
register
or
sign in
to post a comment