Fix dot-notation rule in es5

[MAILPOET-1143]
This commit is contained in:
Pavel Dohnal
2018-01-08 11:38:27 +00:00
parent f154687c53
commit ef410fb877
5 changed files with 10 additions and 11 deletions

View File

@@ -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()