Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
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
8ee5f6dd
authored
2023-04-12 11:22:38 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
tooltipster
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
26ea4d5d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
wp-content/themes/commonwell-broker/functions.php
wp-content/themes/commonwell-broker/functions.php
View file @
8ee5f6d
...
...
@@ -56,9 +56,9 @@ function theme_broker_enqueue_scripts()
// Tooltipster
//
wp_enqueue_style('tooltipster', get_bloginfo('template_url') . '/styles/vendor/tooltipster.bundle.min.css');
//
wp_enqueue_script( 'tooltipster', get_bloginfo('template_url') . '/scripts/vendor/tooltipster.bundle.min.js',[], "0.0.1",true );
//
wp_enqueue_script('show-more', get_bloginfo('template_url') . '/scripts/show-more.js', [], "0.0.3", true);
wp_enqueue_style
(
'tooltipster'
,
get_bloginfo
(
'template_url'
)
.
'/styles/vendor/tooltipster.bundle.min.css'
);
wp_enqueue_script
(
'tooltipster'
,
get_bloginfo
(
'template_url'
)
.
'/scripts/vendor/tooltipster.bundle.min.js'
,[],
"0.0.1"
,
true
);
wp_enqueue_script
(
'show-more'
,
get_bloginfo
(
'template_url'
)
.
'/scripts/show-more.js'
,
[],
"0.0.3"
,
true
);
wp_enqueue_script
(
'accessibility_script'
,
get_bloginfo
(
'template_url'
)
.
'/scripts/accessibility.js'
,
true
);
wp_enqueue_style
(
'input_skins'
,
get_bloginfo
(
'template_url'
)
.
'/styles/input_skins/all.css'
,
[],
"0.0.61"
);
...
...
Please
register
or
sign in
to post a comment