aboutsummaryrefslogtreecommitdiffstats
path: root/source/bcSelector.js
diff options
context:
space:
mode:
Diffstat (limited to 'source/bcSelector.js')
-rw-r--r--source/bcSelector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/bcSelector.js b/source/bcSelector.js
index 61111b2..681353a 100644
--- a/source/bcSelector.js
+++ b/source/bcSelector.js
@@ -76,7 +76,7 @@ enyo.kind({
},
handleChapter: function (inSender, inEvent) {
- this.doSelect({book: this.currentBook, chapter: inEvent.index+1, osis: this.currentBook.abbrev + "." + (inEvent.index+1)});
+ this.doSelect({book: this.currentBook, chapter: inEvent.index+1, osis: this.currentBook.abbrev + "." + (inEvent.index+1), label: this.currentBook.abbrev + " " + (inEvent.index+1)});
this.$.bcPanel.setIndex(0);
}
}); \ No newline at end of file