diff options
author | zefanja <zefanja@freenet.de> | 2014-01-17 19:17:17 +0700 |
---|---|---|
committer | zefanja <zefanja@freenet.de> | 2014-01-17 19:17:17 +0700 |
commit | 546476aa09a0bf83be894cb4d57f1cf81487f115 (patch) | |
tree | 8032f7f5f0bcd9bac97293b8c5681e77052e8dbb /source/popup.js | |
parent | 60716d99e0b77ee2ef5a8c1ec56ff2b0ab7866e6 (diff) | |
download | biblez-ng-546476aa09a0bf83be894cb4d57f1cf81487f115.tar.gz |
* fixed small bug, when displaying cross-refs
Diffstat (limited to 'source/popup.js')
-rw-r--r-- | source/popup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/popup.js b/source/popup.js index c06755a..716ccb7 100644 --- a/source/popup.js +++ b/source/popup.js @@ -222,7 +222,7 @@ enyo.kind({ }, components:[ {kind: "enyo.Scroller", touch: true, fit: true, classes: "note-popup", components: [ - {name: "spinner", kind: "onyx.Spinner", showing: false}, + {classes: "center", components: [{kind: "onyx.Spinner", showing: false, name: "spinner", classes: "center"}]}, {name: "noteText", content: "", allowHtml: true, onclick: "handleTap"} ]} ], |