mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 23:11:57 +01:00
Fix searchbox does not keep the search value after reload
This commit is contained in:
parent
d5f0727b2e
commit
0936e5e71e
@ -559,6 +559,11 @@ var et2_searchbox = et2_textbox.extend(
|
||||
return this.search.input.val();
|
||||
},
|
||||
|
||||
set_value: function (_value){
|
||||
this._super.apply(this,arguments);
|
||||
if (this.search) this.search.input.val(_value);
|
||||
},
|
||||
|
||||
/**
|
||||
* override doLoadingFinished in order to set initial state
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user