BUG 8759 Last used search string in all search boxes SOLVED
- Last used search string in all search boxes is always kept for new searches along with results, should be cleared for new search - fixed this problem, cleaning the above search boxes.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
|
||||
<JS type="javascript" replaceTags="1">
|
||||
<![CDATA[
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
/*
|
||||
document.onkeypress=function(e){
|
||||
var esIE=(document.all);
|
||||
|
||||
Reference in New Issue
Block a user