mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
remove pointless divs in the html
This commit is contained in:
parent
74d2657750
commit
032b0fa934
3 changed files with 23 additions and 27 deletions
|
@ -21,8 +21,5 @@
|
|||
<script type="text/javascript" src="/js/deluge-details.js"></script>
|
||||
<script type="text/javascript" src="/js/deluge-ui.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="torrents"></div>
|
||||
<div id="details"></div>
|
||||
</body>
|
||||
<body></body>
|
||||
</html>
|
||||
|
|
|
@ -63,7 +63,6 @@ Deluge.Torrents = new Ext.grid.GridPanel({
|
|||
stripeRows: true,
|
||||
autoExpandColumn: 'name',
|
||||
deferredRender:false,
|
||||
contentEl: 'torrents',
|
||||
autoScroll:true,
|
||||
margins: '5 5 0 0'
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue