Removed no longer required jQuery dependency
This commit is contained in:
parent
6f1cac5404
commit
bd92338d85
@ -266,7 +266,7 @@ class WPLiveticker2 {
|
|||||||
wp_enqueue_script(
|
wp_enqueue_script(
|
||||||
'wplt2-js',
|
'wplt2-js',
|
||||||
WPLT2_BASE . 'scripts/wp-liveticker2.min.js',
|
WPLT2_BASE . 'scripts/wp-liveticker2.min.js',
|
||||||
array( 'jquery' ),
|
array(),
|
||||||
self::VERSION,
|
self::VERSION,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user