Skip to content

Commit 3d0d191

Browse files
committed
LW.js with new settings
1 parent 9f0f32f commit 3d0d191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/LW.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ BoxOfQuestions.prototype.status = function(){
229229

230230

231231

232-
233232
// ----------------------------------------------------------------------
234233
// LearnWords 2
235234
//
@@ -466,7 +465,7 @@ LWdb.prototype.importFrom = function(theWords) {
466465
if (value==null) {
467466
// define default value for settings
468467
value = { "delay": 8640000,
469-
"factorForDelayValue": [1,1,3,7],
468+
"factorForDelayValue": [1,1,3,7,45,90,360,1000],
470469
"offerLearnMode": false
471470
};
472471
// One day = 24h * 60m * 60s * 100μs
@@ -510,3 +509,4 @@ LWdb.prototype.importFrom = function(theWords) {
510509

511510
};
512511

512+

0 commit comments

Comments
 (0)