aboutsummaryrefslogtreecommitdiffstats
path: root/source/settings.js
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2014-02-14 11:37:37 +0700
committerzefanja <zefanja@freenet.de>2014-02-14 11:37:37 +0700
commitab33f85e2430c08b0ee0f1eadb89a57e7fd83a69 (patch)
tree830785afa15f66d1d52505d19a907da494bc5adb /source/settings.js
parent914dd0abd51ccea9562149d23c079dd277ade160 (diff)
downloadbiblez-ng-ab33f85e2430c08b0ee0f1eadb89a57e7fd83a69.tar.gz
* fixed #9 (updated sword.js)
* fixed bug that Book/Chapter Selector does not open on FxOS
Diffstat (limited to 'source/settings.js')
-rw-r--r--source/settings.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/settings.js b/source/settings.js
index c65655f..5789d9a 100644
--- a/source/settings.js
+++ b/source/settings.js
@@ -42,14 +42,14 @@ enyo.kind({
]}
]},
- /*{tag: "br"},
+ {tag: "br"},
{kind: "onyx.Groupbox", components: [
{kind: "onyx.GroupboxHeader", content: $L("Be careful!")},
{kind: "enyo.FittableRows", classes: "settings-row", components: [
{kind: "onyx.Button", content: "Delete all modules!", classes: "onyx-negative", style: "margin: 3px;", ontap: "deleteModules"},
{kind: "onyx.Button", content: "Delete all app data!", classes: "onyx-negative", style: "margin: 3px;", ontap: "deleteDatabases"}
]}
- ]},*/
+ ]},
]}
]}