From 546476aa09a0bf83be894cb4d57f1cf81487f115 Mon Sep 17 00:00:00 2001 From: zefanja Date: Fri, 17 Jan 2014 19:17:17 +0700 Subject: * fixed small bug, when displaying cross-refs --- source/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'source/main.js') diff --git a/source/main.js b/source/main.js index 25fcb9e..a8636b8 100644 --- a/source/main.js +++ b/source/main.js @@ -486,6 +486,7 @@ enyo.kind({ })); this.$.footnotePopup.showAtEvent(inEvent); } else if (attributes.type === "crossReference") { + this.$.footnotePopup.setText(""); this.$.footnotePopup.showAtEvent(inEvent); this.$.footnotePopup.handleSpinner(true); this.currentModule.renderText(attributes.osisRef, {oneVersePerLine: false, footnotes: false, headings: false}, -- cgit