diff --git a/res/template/admin.html b/res/template/admin.html index 696d7d7..92c59bf 100644 --- a/res/template/admin.html +++ b/res/template/admin.html @@ -9,7 +9,6 @@ window.api_endpoint = '{{.APIEndpoint}}'; window.server_hostname = "{{.Hostname}}"; - diff --git a/res/template/file_viewer_svelte.html b/res/template/file_viewer_svelte.html index f113000..0d400f5 100644 --- a/res/template/file_viewer_svelte.html +++ b/res/template/file_viewer_svelte.html @@ -29,7 +29,6 @@ window.user = {{.User}}; - {{template "analytics"}} diff --git a/res/template/filesystem.html b/res/template/filesystem.html index 1b99c51..8854ba8 100644 --- a/res/template/filesystem.html +++ b/res/template/filesystem.html @@ -28,7 +28,6 @@ window.api_endpoint = '{{.APIEndpoint}}'; - diff --git a/res/template/home.html b/res/template/home.html index b3d6d8b..83e06b0 100644 --- a/res/template/home.html +++ b/res/template/home.html @@ -9,7 +9,6 @@ window.user = {{.User}}; window.server_hostname = "{{.Hostname}}"; - diff --git a/res/template/speedtest.html b/res/template/speedtest.html index 0225c9e..fb443d7 100644 --- a/res/template/speedtest.html +++ b/res/template/speedtest.html @@ -9,7 +9,6 @@ window.user = {{.User}}; window.server_hostname = "{{.Hostname}}"; - diff --git a/res/template/text_upload.html b/res/template/text_upload.html index 7205bde..7a664f3 100644 --- a/res/template/text_upload.html +++ b/res/template/text_upload.html @@ -7,7 +7,6 @@ - diff --git a/res/template/user_file_manager.html b/res/template/user_file_manager.html index fe9d77c..ac6610e 100644 --- a/res/template/user_file_manager.html +++ b/res/template/user_file_manager.html @@ -7,7 +7,6 @@ window.api_endpoint = '{{.APIEndpoint}}'; window.user = {{.User}}; - diff --git a/res/template/user_home.html b/res/template/user_home.html index ba5ceb4..ebc9f3b 100644 --- a/res/template/user_home.html +++ b/res/template/user_home.html @@ -8,7 +8,6 @@ window.user = {{.User}}; window.server_hostname = "{{.Hostname}}"; -