mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-10 13:54:23 +00:00
Rename WebUI content files
This commit is contained in:
parent
b3f9b9e9b2
commit
f214dd233b
@ -868,7 +868,7 @@ window.addEvent('load', function() {
|
|||||||
bottom: 0,
|
bottom: 0,
|
||||||
left: 0
|
left: 0
|
||||||
},
|
},
|
||||||
contentURL: 'properties_content.html',
|
contentURL: 'properties.html',
|
||||||
require: {
|
require: {
|
||||||
css: ['css/Tabs.css', 'css/dynamicTable.css'],
|
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'],
|
js: ['scripts/prop-general.js', 'scripts/prop-trackers.js', 'scripts/prop-peers.js', 'scripts/prop-webseeds.js', 'scripts/prop-files.js'],
|
||||||
|
@ -169,7 +169,7 @@ const initializeWindows = function() {
|
|||||||
title: "QBT_TR(Options)QBT_TR[CONTEXT=OptionsDialog]",
|
title: "QBT_TR(Options)QBT_TR[CONTEXT=OptionsDialog]",
|
||||||
loadMethod: 'xhr',
|
loadMethod: 'xhr',
|
||||||
toolbar: true,
|
toolbar: true,
|
||||||
contentURL: 'preferences_content.html',
|
contentURL: 'preferences.html',
|
||||||
require: {
|
require: {
|
||||||
css: ['css/Tabs.css']
|
css: ['css/Tabs.css']
|
||||||
},
|
},
|
||||||
|
@ -21,9 +21,9 @@
|
|||||||
<file>private/newcategory.html</file>
|
<file>private/newcategory.html</file>
|
||||||
<file>private/newtag.html</file>
|
<file>private/newtag.html</file>
|
||||||
<file>private/preferencesToolbar.html</file>
|
<file>private/preferencesToolbar.html</file>
|
||||||
<file>private/preferences_content.html</file>
|
<file>private/preferences.html</file>
|
||||||
<file>private/propertiesToolbar.html</file>
|
<file>private/propertiesToolbar.html</file>
|
||||||
<file>private/properties_content.html</file>
|
<file>private/properties.html</file>
|
||||||
<file>private/rename.html</file>
|
<file>private/rename.html</file>
|
||||||
<file>private/search.html</file>
|
<file>private/search.html</file>
|
||||||
<file>private/searchplugins.html</file>
|
<file>private/searchplugins.html</file>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user