From 5a923359bc27033354a5d3940973da2dd2c72740 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Thu, 2 Oct 2025 17:54:31 +1000 Subject: [PATCH] remove dead viewing code --- templates/files.html | 22 ---------------------- 1 file changed, 22 deletions(-) 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',