make the "add user" placeholder in composer wider, so other languages can fit into that
This commit is contained in:
parent
572a87d5d8
commit
57398a4707
|
@ -60,7 +60,7 @@ $.fn.autocomplete = function(options) {
|
||||||
height = this.height();
|
height = this.height();
|
||||||
wrap = this.wrap("<div class='ac-wrap clearfix'/>").parent();
|
wrap = this.wrap("<div class='ac-wrap clearfix'/>").parent();
|
||||||
wrap.width(width);
|
wrap.width(width);
|
||||||
this.width(80);
|
this.width(150);
|
||||||
this.attr('name', this.attr('name') + "-renamed");
|
this.attr('name', this.attr('name') + "-renamed");
|
||||||
vals = this.val().split(",");
|
vals = this.val().split(",");
|
||||||
vals.each(function(x) {
|
vals.each(function(x) {
|
||||||
|
|
Loading…
Reference in New Issue