(#1) - WebPack bundling of JS and CSS
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { RsvFormEncoder } from './RsvFormEncoder.js';
|
||||
import { show_notice } from '../../../src/components/admin.js';
|
||||
|
||||
/*
|
||||
* RsvAdminForm — shared submit handler for wp-admin forms.
|
||||
*
|
||||
@@ -13,7 +16,7 @@
|
||||
* refresh: () => my_datagrid.refresh(),
|
||||
* });
|
||||
*/
|
||||
const RsvAdminForm = {
|
||||
export const RsvAdminForm = {
|
||||
// Attach a submit listener that sends the form as JSON.
|
||||
bind(form, options = {}) {
|
||||
if (!form) return;
|
||||
|
||||
Reference in New Issue
Block a user