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
.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; }