Removed no longer required jQuery dependency

This commit is contained in:
Stefan Kalscheuer 2018-10-17 20:55:21 +02:00
parent 6f1cac5404
commit bd92338d85

View File

@ -266,7 +266,7 @@ class WPLiveticker2 {
wp_enqueue_script(
'wplt2-js',
WPLT2_BASE . 'scripts/wp-liveticker2.min.js',
array( 'jquery' ),
array(),
self::VERSION,
true
);