From 13c5c2d181f28b4cb3a910a8fa7c2d83471cadd5 Mon Sep 17 00:00:00 2001 From: zefanja Date: Thu, 6 Feb 2014 17:37:27 +0700 Subject: * minor changes in settings.js --- enyo | 2 +- source/main.js | 2 +- source/settings.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/enyo b/enyo index f008b21..ad50ee2 160000 --- a/enyo +++ b/enyo @@ -1 +1 @@ -Subproject commit f008b21b8605829c2a280ae5937f81f10e3ac1e6 +Subproject commit ad50ee2de0a568a4826c11f931a7aa209c309161 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"} ]} - ]}, + ]},*/ ]} ]} -- cgit