From 9ea5957286e586561a8ce32921d487a3060fc8ef Mon Sep 17 00:00:00 2001 From: Mashiro Date: Sun, 27 May 2018 00:08:16 +0800 Subject: [PATCH] fix --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index b0e7104..5872de0 100644 --- a/functions.php +++ b/functions.php @@ -177,7 +177,7 @@ function sakura_scripts() { wp_enqueue_style( 'saukra_css', get_stylesheet_uri(), array(), SAKURA_VERSION ); // If you do not like the CDN, uncomment this line, and comment the next line //wp_enqueue_script( 'app', get_template_directory_uri() . '/js/sakura-app.js', array(), SAKURA_VERSION, true ); - wp_enqueue_script( 'app', 'https://cdn.jsdelivr.net/gh/moezx/cdn@3.3.1/js/other/sakura-app.js', array(), SAKURA_VERSION, true ); + wp_enqueue_script( 'app', 'https://cdn.jsdelivr.net/gh/moezx/cdn@latest/js/other/sakura-app.js', array(), SAKURA_VERSION, true ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); }