remove onpopstate stuff, and updated TODO with better way to deal with this
This commit is contained in:
1
files.py
1
files.py
@@ -346,6 +346,7 @@ def search():
|
||||
OPT=Options( request )
|
||||
# always show flat results for search to start with
|
||||
OPT.folders=False
|
||||
OPT.paths=None
|
||||
entries=GetEntries( OPT )
|
||||
move_paths = MovePathDetails()
|
||||
return render_template("files.html", page_title='View Files', search_term=request.form['search_term'], entry_data=entries, OPT=OPT, move_paths=move_paths )
|
||||
|
||||
Reference in New Issue
Block a user