From b3f9b9e9b2d3a33acef79fa9622bce40081ccb3c Mon Sep 17 00:00:00 2001 From: Thomas Piccirello Date: Thu, 8 Aug 2019 05:15:28 -0700 Subject: [PATCH] Rename WebUI toolbar files --- .../www/private/{preferences.html => preferencesToolbar.html} | 0 .../www/private/{properties.html => propertiesToolbar.html} | 0 src/webui/www/private/scripts/client.js | 2 +- src/webui/www/private/scripts/mocha-init.js | 2 +- src/webui/www/webui.qrc | 4 ++-- 5 files changed, 4 insertions(+), 4 deletions(-) rename src/webui/www/private/{preferences.html => preferencesToolbar.html} (100%) rename src/webui/www/private/{properties.html => propertiesToolbar.html} (100%) diff --git a/src/webui/www/private/preferences.html b/src/webui/www/private/preferencesToolbar.html similarity index 100% rename from src/webui/www/private/preferences.html rename to src/webui/www/private/preferencesToolbar.html diff --git a/src/webui/www/private/properties.html b/src/webui/www/private/propertiesToolbar.html similarity index 100% rename from src/webui/www/private/properties.html rename to src/webui/www/private/propertiesToolbar.html diff --git a/src/webui/www/private/scripts/client.js b/src/webui/www/private/scripts/client.js index 15a1365a2..aeaf33f28 100644 --- a/src/webui/www/private/scripts/client.js +++ b/src/webui/www/private/scripts/client.js @@ -873,7 +873,7 @@ window.addEvent('load', function() { css: ['css/Tabs.css', 'css/dynamicTable.css'], js: ['scripts/prop-general.js', 'scripts/prop-trackers.js', 'scripts/prop-peers.js', 'scripts/prop-webseeds.js', 'scripts/prop-files.js'], }, - tabsURL: 'properties.html', + tabsURL: 'propertiesToolbar.html', tabsOnload: function() { MochaUI.initializeTabs('propertiesTabs'); diff --git a/src/webui/www/private/scripts/mocha-init.js b/src/webui/www/private/scripts/mocha-init.js index 788b79f47..3388e4d11 100644 --- a/src/webui/www/private/scripts/mocha-init.js +++ b/src/webui/www/private/scripts/mocha-init.js @@ -173,7 +173,7 @@ const initializeWindows = function() { require: { css: ['css/Tabs.css'] }, - toolbarURL: 'preferences.html', + toolbarURL: 'preferencesToolbar.html', maximizable: false, closable: true, paddingVertical: 0, diff --git a/src/webui/www/webui.qrc b/src/webui/www/webui.qrc index b6605e306..25b402f6b 100644 --- a/src/webui/www/webui.qrc +++ b/src/webui/www/webui.qrc @@ -20,9 +20,9 @@ private/installsearchplugin.html private/newcategory.html private/newtag.html - private/preferences.html + private/preferencesToolbar.html private/preferences_content.html - private/properties.html + private/propertiesToolbar.html private/properties_content.html private/rename.html private/search.html