mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 04:51:59 +01:00
folder js fix
This commit is contained in:
parent
26d18671da
commit
a1f88e3400
@ -524,7 +524,9 @@ var Piler =
|
||||
attachment_type : $('input#xhas_attachment', z)[0].checked ? 'any' : '',
|
||||
date1 : $('input#date1', z).val().trim(),
|
||||
date2 : $('input#date2', z).val().trim(),
|
||||
searchtype : 'simple'
|
||||
searchtype : 'simple',
|
||||
folders: Piler.folders,
|
||||
extra_folders: Piler.extra_folders
|
||||
}
|
||||
|
||||
Piler.load_search_results();//, Piler.assemble_search_term( count ), 0);
|
||||
|
Loading…
Reference in New Issue
Block a user