WP PLUGIN 

・選択カスタムフィールドのセレクタIDをクラスに修正
This commit is contained in:
2021-06-27 12:15:17 +09:00
parent 693752d71a
commit 49087f4950
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
jQuery(function ($) {
$('#select-custom-field-input').autocomplete({
$('.select-custom-field-input').autocomplete({
source: function (req, resp) {
$.ajax({
type: 'GET',