Skip to content

Commit

Permalink
v5.23.8
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Aug 15, 2022
1 parent 14afaeb commit b99aed3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions potiboard5/potiboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

// POTI-board EVO
// バージョン :
const POTI_VER = 'v5.23.6';
const POTI_LOT = 'lot.220812';
const POTI_VER = 'v5.23.8';
const POTI_LOT = 'lot.220815';

/*
(C) 2018-2022 POTI改 POTI-board redevelopment team
Expand Down Expand Up @@ -405,6 +405,7 @@ function basicpart(){
$dat['palette_select_tags']=implode("",$arr_palette_select_tags);
}
$dat['_san']=HONORIFIC_SUFFIX;
$dat['jquery']=JQUERY;
$dat['cheerpj_url']=CHEERPJ_URL;
$dat['n']=false;//コメント行
//言語
Expand Down
4 changes: 2 additions & 2 deletions potiboard5/templates/mono_en/mono_main.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function SetCookie(key, val) {
document.cookie = key + "=" + encodeURIComponent(val) + ";max-age=31536000;";
}
</script>
<link rel="preload" as="script" href="lib/{{JQUERY}}">
<link rel="preload" as="script" href="lib/{{$jquery}}">
<link rel="preload" as="script" href="loadcookie.js">
<title>{{$title}}</title>
@if($notres)
Expand Down Expand Up @@ -417,7 +417,7 @@ class="icon-facebook2 button"><img src="{{$skindir}}img/facebook.svg" alt="">
{{-- <!-- 著作権表示 削除しないでください --> --}}
@include('parts.mono_copyright')
</footer>
<script src="lib/{{JQUERY}}"></script>
<script src="lib/{{$jquery}}"></script>
<script>
colorIdx = GetCookie('colorIdx');
document.getElementById("mystyle").selectedIndex = colorIdx;
Expand Down
4 changes: 2 additions & 2 deletions potiboard5/templates/mono_en/mono_other.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function SetCookie(key, val) {
display: inline-block;
}
</style>
<link rel="preload" as="script" href="lib/{{JQUERY}}">
<link rel="preload" as="script" href="lib/{{$jquery}}">
<title>{{$title}}</title>
<style id="for_mobile"></style>
<script>
Expand Down Expand Up @@ -367,7 +367,7 @@ function is_mobile() {
{{-- Copyright notice, do not delete --}}
@include('parts.mono_copyright')
</footer>
<script src="lib/{{JQUERY}}"></script>
<script src="lib/{{$jquery}}"></script>
<script>
window.onpageshow = function () {
var $btn = $('[type="submit"]');
Expand Down

0 comments on commit b99aed3

Please sign in to comment.