mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 17:18:54 +01:00
No need to limit this to 50% here
This commit is contained in:
parent
d5532c361d
commit
9822eb0b87
@ -379,7 +379,6 @@ var et2_link_entry = et2_inputWidget.extend({
|
|||||||
|
|
||||||
// Search input
|
// Search input
|
||||||
this.search = $j(document.createElement("input")).attr("type", "search")
|
this.search = $j(document.createElement("input")).attr("type", "search")
|
||||||
.css("width","50%")
|
|
||||||
.focus(function(){if(!self.options.application) {self.app_select.show();}})
|
.focus(function(){if(!self.options.application) {self.app_select.show();}})
|
||||||
.appendTo(this.div);
|
.appendTo(this.div);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user