mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Improved Ajax tabs code (Web UI)
This commit is contained in:
parent
8c1a135d16
commit
998352f9f1
2 changed files with 36 additions and 41 deletions
|
@ -93,10 +93,13 @@ window.addEvent('load', function(){
|
|||
new MochaUI.Panel({
|
||||
id: 'properties',
|
||||
title: 'Panel',
|
||||
header: false,
|
||||
header: true,
|
||||
padding: { top: 0, right: 0, bottom: 0, left: 0 },
|
||||
loadMethod: 'xhr',
|
||||
contentURL: 'properties.html',
|
||||
contentURL: 'prop-general.html',
|
||||
require: {
|
||||
css: ['css/Tabs.css']
|
||||
},
|
||||
tabsURL: 'properties.html',
|
||||
column: 'mainColumn',
|
||||
height: prop_h
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue