Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
open-source
Guaraci WordPress Plugin
Commits
6c4f723c
Commit
6c4f723c
authored
5 years ago
by
Rafael Chaves Freitas
Browse files
Options
Download
Email Patches
Plain Diff
fix featured-videos js url
parent
0147b3ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pagebuilder-components/widgets/featured-videos/featured-videos.php
...er-components/widgets/featured-videos/featured-videos.php
+1
-1
No files found.
pagebuilder-components/widgets/featured-videos/featured-videos.php
View file @
6c4f723c
...
...
@@ -12,7 +12,7 @@ namespace widgets;
class
FeaturedVideos
extends
\
SiteOrigin_Widget
{
function
__construct
()
{
wp_enqueue_script
(
'featured-videos'
,
plugins_url
(
__DIR__
.
'/pagebuilder-widgets/featured-videos
/featured-videos.js'
),
[
'jquery'
]);
wp_enqueue_script
(
'featured-videos'
,
plugins_url
(
'
/featured-videos.js'
,
__FILE__
),
[
'jquery'
]);
$fields
=
[
'header'
=>
[
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment