Skip to content

Commit

Permalink
v0.72.8 jquery-3.7.0.min.js jQueryを3.6.0から3.7.0へバージョンアップ。
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed May 16, 2023
1 parent 552c4be commit 83c6314
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions petitnote/index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
//Petit Note (c)さとぴあ @satopian 2021-2022
//1スレッド1ログファイル形式のスレッド式画像掲示板
$petit_ver='v0.72.7';
$petit_ver='v0.72.8';
$petit_lot='lot.230516';
$lang = ($http_langs = isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) ? $_SERVER['HTTP_ACCEPT_LANGUAGE'] : '')
? explode( ',', $http_langs )[0] : '';
Expand All @@ -20,7 +20,7 @@
return die($en?'Please update functions.php to the latest version.':'functions.phpを最新版に更新してください。');
}
// jQueryバージョン
const JQUERY='jquery-3.6.0.min.js';
const JQUERY='jquery-3.7.0.min.js';
check_file(__DIR__.'/lib/'.JQUERY);
// luminous
check_file(__DIR__.'/lib/luminous/luminous.min.js');
Expand Down
2 changes: 0 additions & 2 deletions petitnote/lib/jquery-3.6.0.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions petitnote/lib/jquery-3.7.0.min.js

Large diffs are not rendered by default.

0 comments on commit 83c6314

Please sign in to comment.