unmatched faces now sorts size of face desc, and is slightly prettier -- still slow and only takes you to the file anyway, might optimise that later. still no code to auto deal with unmatched face, but will add some capabilities next. Also, remembered last dir when file_ip/sp/bin. Also throw error if try to find unknown person - happened since I allowed the back/forward.
This commit is contained in:
@@ -163,6 +163,10 @@
|
||||
|
||||
{% if not InDBox %}
|
||||
<script>
|
||||
// do our own back button handling, TODO: 'dangerous' URLs, will be replaced with GETs first via history.replaceState()
|
||||
window.onpopstate = function(e) {
|
||||
window.history.back()
|
||||
}
|
||||
function SetViewingOptionsForSearchForm()
|
||||
{
|
||||
if( $('#noo').length )
|
||||
|
||||
Reference in New Issue
Block a user