diff --git a/templates/files.html b/templates/files.html index be8449d..81be1af 100644 --- a/templates/files.html +++ b/templates/files.html @@ -493,28 +493,6 @@ function dblClickToViewEntry(id) { ViewImageOrVideo() } -function CallViewRouteWrapper() -{ -// CallViewRoute( document.viewing.id ) -} - -function CallViewRoute(id) -{ - s='
' - s+='' - s+='' - s+='' - s+='' - s+='' - s+='' - s+='' - {% if search_term is defined %} - s+='' - {% endif %} - s+='
' - $(s).appendTo('body').submit(); -} - // different context menu on files $.contextMenu({ selector: '.entry',