mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
fix: replace .show() with removeAttr('hidden') for Bootstrap 5 compatibility
This commit is contained in:
parent
0be03f216f
commit
bef1b19caf
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ function doCartSetup(url) {
|
|||
}
|
||||
|
||||
jQuery(function($){
|
||||
$('#pageBtnArea').delay(1000).show(1);
|
||||
$('#pageBtnArea').delay(1000).removeAttr("hidden");
|
||||
$('#opage_proc_php').on('change', function() {
|
||||
if (!$(this).prop('checked')) {
|
||||
$('#opage_proc_tpl').prop('checked', false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue