remove pointless divs in the html

This commit is contained in:
Damien Churchill 2009-02-10 12:56:48 +00:00
parent 74d2657750
commit 032b0fa934
3 changed files with 23 additions and 27 deletions

View File

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
<title>Deluge: AJAX UI (alpha) ${version}</title>
<!-- Stylesheets -->
@ -20,9 +20,6 @@
<script type="text/javascript" src="/js/deluge-torrents.js"></script>
<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>
</head>
<body></body>
</html>

View File

@ -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'
})