mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +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
|
||||
this.search = $j(document.createElement("input")).attr("type", "search")
|
||||
.css("width","50%")
|
||||
.focus(function(){if(!self.options.application) {self.app_select.show();}})
|
||||
.appendTo(this.div);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user