diff --git a/functions.php b/functions.php index 36d3fe1..4a4c2c0 100644 --- a/functions.php +++ b/functions.php @@ -7,7 +7,7 @@ * @package Sakura */ -define( 'SAKURA_VERSION', '3.0.7' ); +define( 'SAKURA_VERSION', '3.0.8' ); //ini_set('display_errors', true); //error_reporting(E_ALL); diff --git a/js/sakura-app.js b/js/sakura-app.js index 5c05490..00b25d5 100644 --- a/js/sakura-app.js +++ b/js/sakura-app.js @@ -544,7 +544,9 @@ var pjaxInit = function () { $("div").remove(".load-aplayer"); }); if ($("div").hasClass("aplayer")) { - reloadHermit(); + try { + reloadHermit(); + } catch (e) {}; } if ($("div").hasClass("popcontainer")) { loadBotui(); diff --git a/style.css b/style.css index da20561..fc9116d 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Theme URI: https://2heng.xin/theme-sakura/ Author: Mashiro, Louie, Fuzzz Author URI: http://2heng.xin Description: Akina主题分支(原版地址 http://www.akina.pw/themeakina) -Version: 3.0.6 +Version: 3.0.8 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: akina