fix: replace .show() with removeAttr('hidden') for Bootstrap 5 compatibility

This commit is contained in:
Soyu Kim 2025-05-24 20:47:32 +09:00 committed by GitHub
parent 0be03f216f
commit bef1b19caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);