forked from 0x2620/pandora
documents panel: add fixme; hide select/deselect buttons on load
This commit is contained in:
parent
c0c642bea5
commit
6336b3cc8e
1 changed files with 17 additions and 14 deletions
|
@ -290,6 +290,7 @@ pandora.ui.documentsPanel = function(options) {
|
|||
);
|
||||
}
|
||||
})
|
||||
.hide()
|
||||
.appendTo($itemBar),
|
||||
|
||||
$selectButton = Ox.ButtonGroup({
|
||||
|
@ -316,6 +317,7 @@ pandora.ui.documentsPanel = function(options) {
|
|||
}
|
||||
}
|
||||
})
|
||||
.hide()
|
||||
.appendTo($itemBar),
|
||||
|
||||
$item = Ox.Element().css({overflowY: 'scroll'}),
|
||||
|
@ -799,6 +801,7 @@ pandora.ui.documentsPanel = function(options) {
|
|||
}
|
||||
|
||||
function selectDocuments() {
|
||||
// FIXME: this looks wrong - will produce inconsistent state
|
||||
if(!listLoaded) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue