aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2014-02-06 17:37:27 +0700
committerzefanja <zefanja@freenet.de>2014-02-06 17:37:27 +0700
commit13c5c2d181f28b4cb3a910a8fa7c2d83471cadd5 (patch)
tree1f26ce606202d4ae23c4b762bce21533b65284a5
parent177a746ad6624cbd7c8febaefb88fc79bc9c92d6 (diff)
downloadbiblez-ng-13c5c2d181f28b4cb3a910a8fa7c2d83471cadd5.tar.gz
* minor changes in settings.js
m---------enyo0
-rw-r--r--source/main.js2
-rw-r--r--source/settings.js4
3 files changed, 3 insertions, 3 deletions
diff --git a/enyo b/enyo
-Subproject f008b21b8605829c2a280ae5937f81f10e3ac1e
+Subproject ad50ee2de0a568a4826c11f931a7aa209c30916
diff --git a/source/main.js b/source/main.js
index b6d5698..ec7e571 100644
--- a/source/main.js
+++ b/source/main.js
@@ -133,7 +133,7 @@ enyo.kind({
if(this.settings.history)
this.history = this.settings.history;
} else {
- console.log(inError);
+ //console.log(inError);
this.handleError("Couldn't load settings!");
}
}));
diff --git a/source/settings.js b/source/settings.js
index 5789d9a..c65655f 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"}
]}
- ]},
+ ]},*/
]}
]}