Fix dot-notation rule in es5
[MAILPOET-1143]
This commit is contained in:
@@ -254,7 +254,7 @@ define('modal', ['mailpoet', 'jquery'],
|
||||
|
||||
// add sub panel wrapper
|
||||
jQuery('#mailpoet_' + this.options.type)
|
||||
.append(this.templates['subpanel']);
|
||||
.append(this.templates.subpanel);
|
||||
|
||||
// add sub panel content
|
||||
jQuery('.mailpoet_' + this.options.type + '_body').last()
|
||||
|
Reference in New Issue
Block a user