aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2014-01-01 18:31:18 +0700
committerzefanja <zefanja@freenet.de>2014-01-01 18:31:18 +0700
commit86547a89cf46cc60a6c57d582d9b88570da21733 (patch)
tree74eebf046dac10ffee00cd1f44cef7c31a98e240
parent6e2fabb441abcce8ed2858ed82fc53982713649b (diff)
downloadbiblez-ng-86547a89cf46cc60a6c57d582d9b88570da21733.tar.gz
* fixed bug in the verseScroller
-rw-r--r--source/main.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/main.js b/source/main.js
index 2fad35c..abb6f17 100644
--- a/source/main.js
+++ b/source/main.js
@@ -64,7 +64,7 @@ enyo.kind({
{kind: "onyx.Input", placeholder: "Enter a passage...", onchange: "handlePassage", name: "passageInput", value: "Matt 1"}
]}*/
]},
- {name: "mainPanel", kind: "Panels", fit: true, animate: false, ondragfinish: "handleChangeChapter", onTransitionStart: "handlePanelIndex", arrangerKind: "LeftRightArranger", margin: 0, classes: "background", components: [
+ {name: "mainPanel", kind: "Panels", fit: true, ondragfinish: "handleChangeChapter", onTransitionStart: "handlePanelIndex", arrangerKind: "LeftRightArranger", margin: 0, classes: "background", components: [
{},
{kind: "FittableColumns", noStretch: true, components: [
{fit: true},
@@ -83,7 +83,8 @@ enyo.kind({
{tag: "img", src: "assets/biblez128.png", style: "margin: 20px;"},
{content: $L("You have no modules installed. Open the Module Manager to install one."), style: "font-weight: bold; margin-bottom: 20px;"},
{kind: "onyx.Button", classes: "onyx-affirmative", content: $L("Open Module Manager"), ontap: "doOpenModuleManager"}
- ]}
+ ]},
+ {}
]},
],