Merge branch 'master' into dev

This commit is contained in:
Nick O'Leary
2019-06-19 10:11:51 +01:00

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);
});