From 7ed01e7678a7f65662702a0914726212d91d46fc Mon Sep 17 00:00:00 2001 From: Veloman Yunkan Date: Wed, 10 Aug 2022 12:35:35 +0400 Subject: [PATCH] Renamed static/skin/{viewer_taskbar -> viewer}.js --- static/resources_list.txt | 2 +- static/skin/{viewer_taskbar.js => viewer.js} | 0 static/viewer.html | 2 +- test/server.cpp | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename static/skin/{viewer_taskbar.js => viewer.js} (100%) diff --git a/static/resources_list.txt b/static/resources_list.txt index 94917e45..179cd97e 100644 --- a/static/resources_list.txt +++ b/static/resources_list.txt @@ -16,7 +16,7 @@ skin/fonts/Roboto.ttf skin/block_external.js skin/search_results.css skin/blank.html -skin/viewer_taskbar.js +skin/viewer.js viewer.html templates/search_result.html templates/search_result.xml diff --git a/static/skin/viewer_taskbar.js b/static/skin/viewer.js similarity index 100% rename from static/skin/viewer_taskbar.js rename to static/skin/viewer.js diff --git a/static/viewer.html b/static/viewer.html index 2fae8fd7..42a785ca 100644 --- a/static/viewer.html +++ b/static/viewer.html @@ -6,7 +6,7 @@ - + + const blankPageUrl = `${root}/skin/blank.html`;