From f35bd6a6eb8192e180dac3e564d8f96749efc641 Mon Sep 17 00:00:00 2001 From: dsc Date: Sat, 12 Feb 2011 03:49:47 -0800 Subject: [PATCH] Backpack works again, woo. --- src/tanks/ui/inventory/containerui.cjs | 2 +- www/css/lttl.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tanks/ui/inventory/containerui.cjs b/src/tanks/ui/inventory/containerui.cjs index dd59b95..8bec6f1 100644 --- a/src/tanks/ui/inventory/containerui.cjs +++ b/src/tanks/ui/inventory/containerui.cjs @@ -89,7 +89,7 @@ HtmlLayer.subclass('ContainerUI', { var item = ui.draggable.data('item') , toIdx = $(evt.target).data('idx') ; - console.log('onDrop(item='+item+', bag='+this+', toIdx='+toIdx+')', evt); + // console.log('onDrop(item='+item+', bag='+this+', toIdx='+toIdx+')', evt); this.unit.inventory.moveItem(item, this.container, toIdx); // Clear flag preventing the drag from activing the item diff --git a/www/css/lttl.css b/www/css/lttl.css index f3ddd51..c629a47 100644 --- a/www/css/lttl.css +++ b/www/css/lttl.css @@ -40,7 +40,7 @@ td { text-align:center; vertical-align:middle; } .countdown { position:fixed; overflow:hidden; z-index:2000; text-align:center; border:10px solid #fff; color:#fff; } #loading h2 { text-align:center; } #welcome .box { cursor:pointer; } -#pause { top:1em; left:1em; margin:0; width:auto; } +#pause { top:1em; margin:0; /* left:1em; width:auto; */ } #notes { /* position:fixed; top:4em; right:1em; color:#BFBFBF;*/ } #notes ul, #notes ol, #notes li { list-style:circle ! important; } #notes li { margin-left:1em; } -- 1.7.0.4