Merge pull request #732 from mailpoet/import_export_select2_fix
Import/export dependency injection of Select2 [MAILPOET-723]
This commit is contained in:
@@ -10,7 +10,8 @@ define(
|
|||||||
_,
|
_,
|
||||||
jQuery,
|
jQuery,
|
||||||
MailPoet,
|
MailPoet,
|
||||||
Handlebars
|
Handlebars,
|
||||||
|
select2
|
||||||
) {
|
) {
|
||||||
if (!jQuery("#mailpoet_subscribers_export").length) {
|
if (!jQuery("#mailpoet_subscribers_export").length) {
|
||||||
return;
|
return;
|
||||||
|
@@ -18,7 +18,8 @@ define(
|
|||||||
Handlebars,
|
Handlebars,
|
||||||
Papa,
|
Papa,
|
||||||
AsyncQueue,
|
AsyncQueue,
|
||||||
Moment
|
Moment,
|
||||||
|
select2
|
||||||
) {
|
) {
|
||||||
if (!jQuery('#mailpoet_subscribers_import').length) {
|
if (!jQuery('#mailpoet_subscribers_import').length) {
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user