Skip to content

Commit

Permalink
LW.js with new settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hhzl committed Dec 15, 2016
1 parent 9f0f32f commit 3d0d191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/LW.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ BoxOfQuestions.prototype.status = function(){




// ----------------------------------------------------------------------
// LearnWords 2
//
Expand Down Expand Up @@ -466,7 +465,7 @@ LWdb.prototype.importFrom = function(theWords) {
if (value==null) {
// define default value for settings
value = { "delay": 8640000,
"factorForDelayValue": [1,1,3,7],
"factorForDelayValue": [1,1,3,7,45,90,360,1000],
"offerLearnMode": false
};
// One day = 24h * 60m * 60s * 100μs
Expand Down Expand Up @@ -510,3 +509,4 @@ LWdb.prototype.importFrom = function(theWords) {

};


0 comments on commit 3d0d191

Please sign in to comment.