remove pointless divs in the html
This commit is contained in:
parent
74d2657750
commit
032b0fa934
@ -21,8 +21,5 @@
|
|||||||
<script type="text/javascript" src="/js/deluge-details.js"></script>
|
<script type="text/javascript" src="/js/deluge-details.js"></script>
|
||||||
<script type="text/javascript" src="/js/deluge-ui.js"></script>
|
<script type="text/javascript" src="/js/deluge-ui.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body></body>
|
||||||
<div id="torrents"></div>
|
|
||||||
<div id="details"></div>
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -63,7 +63,6 @@ Deluge.Torrents = new Ext.grid.GridPanel({
|
|||||||
stripeRows: true,
|
stripeRows: true,
|
||||||
autoExpandColumn: 'name',
|
autoExpandColumn: 'name',
|
||||||
deferredRender:false,
|
deferredRender:false,
|
||||||
contentEl: 'torrents',
|
|
||||||
autoScroll:true,
|
autoScroll:true,
|
||||||
margins: '5 5 0 0'
|
margins: '5 5 0 0'
|
||||||
})
|
})
|
||||||
Loading…
x
Reference in New Issue
Block a user