1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

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