From 032b0fa934878c1548cbd3515c9f498ca8e00de0 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Tue, 10 Feb 2009 12:56:48 +0000 Subject: [PATCH] remove pointless divs in the html --- deluge/ui/web/index.html | 45 ++++++++++++++--------------- deluge/ui/web/js/deluge-details.js | 2 +- deluge/ui/web/js/deluge-torrents.js | 3 +- 3 files changed, 23 insertions(+), 27 deletions(-) diff --git a/deluge/ui/web/index.html b/deluge/ui/web/index.html index d980c98ac..e5d0f2913 100644 --- a/deluge/ui/web/index.html +++ b/deluge/ui/web/index.html @@ -1,28 +1,25 @@ - - Deluge: AJAX UI (alpha) ${version} - - - - - + + Deluge: AJAX UI (alpha) ${version} + + + + + - - - - - - - - - - - - - - -
-
- + + + + + + + + + + + + + + diff --git a/deluge/ui/web/js/deluge-details.js b/deluge/ui/web/js/deluge-details.js index e020fa379..493955c0d 100644 --- a/deluge/ui/web/js/deluge-details.js +++ b/deluge/ui/web/js/deluge-details.js @@ -40,4 +40,4 @@ Deluge.Details.Status.add({ Deluge.Details.update = function(torrentId) { Deluge.Details.getActiveTab().update(torrent); -} \ No newline at end of file +} diff --git a/deluge/ui/web/js/deluge-torrents.js b/deluge/ui/web/js/deluge-torrents.js index 44da9010b..27e4b00f9 100644 --- a/deluge/ui/web/js/deluge-torrents.js +++ b/deluge/ui/web/js/deluge-torrents.js @@ -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' -}) \ No newline at end of file +})