mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Reformat WebUI code
This commit is contained in:
@@ -644,20 +644,20 @@ window.addEvent('load', function() {
|
||||
|
||||
var addSearchPanel = function() {
|
||||
new MochaUI.Panel({
|
||||
id : 'SearchPanel',
|
||||
title : 'Search',
|
||||
header : false,
|
||||
padding : {
|
||||
top : 0,
|
||||
right : 0,
|
||||
bottom : 0,
|
||||
left : 0
|
||||
id: 'SearchPanel',
|
||||
title: 'Search',
|
||||
header: false,
|
||||
padding: {
|
||||
top: 0,
|
||||
right: 0,
|
||||
bottom: 0,
|
||||
left: 0
|
||||
},
|
||||
loadMethod : 'xhr',
|
||||
contentURL : 'search.html',
|
||||
loadMethod: 'xhr',
|
||||
contentURL: 'search.html',
|
||||
content: '',
|
||||
column : 'searchTabColumn',
|
||||
height : null
|
||||
column: 'searchTabColumn',
|
||||
height: null
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user