Backpack works again, woo.
authordsc <david.schoonover@gmail.com>
Sat, 12 Feb 2011 11:49:47 +0000 (03:49 -0800)
committerdsc <david.schoonover@gmail.com>
Sat, 12 Feb 2011 11:49:47 +0000 (03:49 -0800)
src/tanks/ui/inventory/containerui.cjs
www/css/lttl.css

index dd59b95..8bec6f1 100644 (file)
@@ -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
index f3ddd51..c629a47 100644 (file)
@@ -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; }