From bd92338d85377cc9f032dbc74dc130166c3dd5ff Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Wed, 17 Oct 2018 20:55:21 +0200 Subject: [PATCH] Removed no longer required jQuery dependency --- includes/class-wpliveticker2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wpliveticker2.php b/includes/class-wpliveticker2.php index 9f0ca13..da96786 100644 --- a/includes/class-wpliveticker2.php +++ b/includes/class-wpliveticker2.php @@ -266,7 +266,7 @@ class WPLiveticker2 { wp_enqueue_script( 'wplt2-js', WPLT2_BASE . 'scripts/wp-liveticker2.min.js', - array( 'jquery' ), + array(), self::VERSION, true );