Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/learn.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/learn.js')
-rw-r--r--html/learn.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/learn.js b/html/learn.js
index cd54042..bff86bb 100644
--- a/html/learn.js
+++ b/html/learn.js
@@ -219,10 +219,11 @@ enyo.kind({
this.displayEntriesFrom(Math.max(0,this.entry-entriesByScreen-this.entry%entriesByScreen));
},
- backTaped: function() {
+ backTaped: function() {
var current = this.$.box.getControls()[0];
this.entry = -1;
if (current.kind == "Abcd.Entry" && this.theme != 4) {
+ this.collection = -1;
this.displayCollections({index: this.theme});
this.$.box.removeClass("box-4-entry");
return;