Update jQuery countdown library to v2.2.0

This commit is contained in:
Brian Miyaji
2017-11-15 22:26:00 +11:00
parent f8e65f9e32
commit 9312cc0bdd
3 changed files with 5 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ class SP_Admin_Assets {
wp_register_script( 'jquery-caret', SP()->plugin_url() . '/assets/js/jquery.caret.min.js', array( 'jquery' ), '1.02', true );
wp_register_script( 'jquery-countdown', SP()->plugin_url() . '/assets/js/jquery.countdown.min.js', array( 'jquery' ), '2.0.2', true );
wp_register_script( 'jquery-countdown', SP()->plugin_url() . '/assets/js/jquery.countdown.min.js', array( 'jquery' ), '2.2.0', true );
wp_register_script( 'jquery-fitvids', SP()->plugin_url() . '/assets/js/jquery.fitvids.js', array( 'jquery' ), '1.1', true );