mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-22 14:58:14 +08:00
parent
6197b30e18
commit
a1d98d0af4
@ -7,7 +7,7 @@
|
|||||||
* @package Sakura
|
* @package Sakura
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define( 'SAKURA_VERSION', '3.0.7' );
|
define( 'SAKURA_VERSION', '3.0.8' );
|
||||||
|
|
||||||
//ini_set('display_errors', true);
|
//ini_set('display_errors', true);
|
||||||
//error_reporting(E_ALL);
|
//error_reporting(E_ALL);
|
||||||
|
@ -544,7 +544,9 @@ var pjaxInit = function () {
|
|||||||
$("div").remove(".load-aplayer");
|
$("div").remove(".load-aplayer");
|
||||||
});
|
});
|
||||||
if ($("div").hasClass("aplayer")) {
|
if ($("div").hasClass("aplayer")) {
|
||||||
reloadHermit();
|
try {
|
||||||
|
reloadHermit();
|
||||||
|
} catch (e) {};
|
||||||
}
|
}
|
||||||
if ($("div").hasClass("popcontainer")) {
|
if ($("div").hasClass("popcontainer")) {
|
||||||
loadBotui();
|
loadBotui();
|
||||||
|
@ -5,7 +5,7 @@ Theme URI: https://2heng.xin/theme-sakura/
|
|||||||
Author: Mashiro, Louie, Fuzzz
|
Author: Mashiro, Louie, Fuzzz
|
||||||
Author URI: http://2heng.xin
|
Author URI: http://2heng.xin
|
||||||
Description: Akina主题分支(原版地址 http://www.akina.pw/themeakina)
|
Description: Akina主题分支(原版地址 http://www.akina.pw/themeakina)
|
||||||
Version: 3.0.6
|
Version: 3.0.8
|
||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
Text Domain: akina
|
Text Domain: akina
|
||||||
|
Loading…
Reference in New Issue
Block a user