diff options
Diffstat (limited to 'source/main.js')
-rw-r--r-- | source/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/main.js b/source/main.js index 506834f..4207e61 100644 --- a/source/main.js +++ b/source/main.js @@ -171,7 +171,7 @@ enyo.kind({ handleBcSelector: function (inSender, inEvent) { if(enyo.platform.firefox) { this.$.bcPopup.showAtEvent(inEvent); - this.$.bcSelector.setPanel(0); + //this.$.bcSelector.setPanel(0); } else this.doOpenBC(); }, @@ -202,7 +202,7 @@ enyo.kind({ }); } if(attributes.type === "verseNum") { - console.log(attributes.osisRef); + this.$.versePopup.setOsisRef(attributes.osisRef); this.$.versePopup.showAtEvent(inEvent); } |