- Bootstraps export

This commit is contained in:
MrCasual
2015-11-09 19:17:28 -05:00
parent bde78b607b
commit 1625e1771b
8 changed files with 89 additions and 3 deletions

View 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 () {
});
});