- Bootstraps export
This commit is contained in:
22
assets/js/src/export/export.js
Normal file
22
assets/js/src/export/export.js
Normal file
@@ -0,0 +1,22 @@
|
||||
define(
|
||||
[
|
||||
'underscore',
|
||||
'jquery',
|
||||
'mailpoet',
|
||||
'handlebars',
|
||||
'select2'
|
||||
],
|
||||
function (
|
||||
_,
|
||||
jQuery,
|
||||
MailPoet,
|
||||
Handlebars
|
||||
) {
|
||||
if (!jQuery("#mailpoet_subscribers_export").length) {
|
||||
return;
|
||||
}
|
||||
jQuery(document).ready(function () {
|
||||
|
||||
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user