parent
6197b30e18
commit
a1d98d0af4
|
@ -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);
|
||||
|
|
|
@ -544,7 +544,9 @@ var pjaxInit = function () {
|
|||
$("div").remove(".load-aplayer");
|
||||
});
|
||||
if ($("div").hasClass("aplayer")) {
|
||||
try {
|
||||
reloadHermit();
|
||||
} catch (e) {};
|
||||
}
|
||||
if ($("div").hasClass("popcontainer")) {
|
||||
loadBotui();
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue