Merge branch 'master' into dev

This commit is contained in:
Nick O'Leary 2019-06-19 10:11:51 +01:00
commit d645fbff2f
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@
that.input.css("margin"+d,0);
});
["type","placeholder","autocomplete"].forEach(function(d) {
["type","placeholder","autocomplete","data-i18n"].forEach(function(d) {
var m = that.element.attr(d);
that.input.attr(d,m);
});