forked from 0x2620/pandora
documents panel: testing
This commit is contained in:
parent
b8b91592b5
commit
83c01841c4
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ pandora.ui.documentsPanel = function(options) {
|
||||||
selectDocumentsLater();
|
selectDocumentsLater();
|
||||||
}
|
}
|
||||||
function selectDocumentsLater() {
|
function selectDocumentsLater() {
|
||||||
if ($list.value($list.options('selected')[0])) {
|
if (!Ox.isEmpty($list.value($list.options('selected')[0]))) {
|
||||||
selectDocuments();
|
selectDocuments();
|
||||||
} else {
|
} else {
|
||||||
setTimeout(selectDocumentsLater, 100);
|
setTimeout(selectDocumentsLater, 100);
|
||||||
|
|
Loading…
Reference in a new issue