update
This commit is contained in:
0
src/module/Application/pwa/html/application/end.html
Normal file → Executable file
0
src/module/Application/pwa/html/application/end.html
Normal file → Executable file
0
src/module/Application/pwa/html/application/level.html
Normal file → Executable file
0
src/module/Application/pwa/html/application/level.html
Normal file → Executable file
0
src/module/Application/pwa/html/application/sync.html
Normal file → Executable file
0
src/module/Application/pwa/html/application/sync.html
Normal file → Executable file
0
src/module/Application/pwa/js/WordRotatorDb.js
Normal file → Executable file
0
src/module/Application/pwa/js/WordRotatorDb.js
Normal file → Executable file
0
src/module/Application/pwa/js/site/EndSite.js
Normal file → Executable file
0
src/module/Application/pwa/js/site/EndSite.js
Normal file → Executable file
12
src/module/Application/pwa/js/site/LevelSite.js
Normal file → Executable file
12
src/module/Application/pwa/js/site/LevelSite.js
Normal file → Executable file
@@ -25,18 +25,6 @@ export class LevelSite extends AbstractSite {
|
||||
}
|
||||
|
||||
onConstruct(args) {
|
||||
let a0 = -1;
|
||||
let a1 = 1;
|
||||
for(let i = 0; i < 10; i++)
|
||||
{
|
||||
let tmp = 3*a1-2*a0;
|
||||
console.log("reg", i+2, tmp);
|
||||
console.log("other", i+2, Math.pow(2, i+3)-3);
|
||||
a0=a1;
|
||||
a1=tmp;
|
||||
}
|
||||
|
||||
|
||||
this.levelCounter = Helper.nonNull(localStorage.getItem("levelCounter"), 1);
|
||||
return super.onConstruct(args);
|
||||
}
|
||||
|
||||
0
src/module/Application/pwa/js/site/SynchronizeSite.js
Normal file → Executable file
0
src/module/Application/pwa/js/site/SynchronizeSite.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/FourWordsLevel.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/FourWordsLevel.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/FourWordsLevel12.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/FourWordsLevel12.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/FourWordsLevel8.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/FourWordsLevel8.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/Level.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/Level.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/LevelHelper.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/LevelHelper.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/RowLevel.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/RowLevel.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/RowLevel10.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/RowLevel10.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/RowLevel8.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/RowLevel8.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/SimpleLevel.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/SimpleLevel.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/SixWordsRowLevel.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/SixWordsRowLevel.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/SixWordsRowLevel12.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/SixWordsRowLevel12.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/SixWordsRowLevel8.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Level/SixWordsRowLevel8.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Segment/LeafSegment.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Segment/LeafSegment.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Segment/ParentSegment.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Segment/ParentSegment.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Segment/RowSegment.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Segment/RowSegment.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Segment/Segment.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Segment/Segment.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Segment/TemplateContainer.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Segment/TemplateContainer.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Segment/TriangleSegment.js
Normal file → Executable file
0
src/module/Application/pwa/js/wordrotator/Segment/TriangleSegment.js
Normal file → Executable file
0
src/module/Application/pwa/translations/de.json
Normal file → Executable file
0
src/module/Application/pwa/translations/de.json
Normal file → Executable file
0
src/module/Application/pwa/translations/en.json
Normal file → Executable file
0
src/module/Application/pwa/translations/en.json
Normal file → Executable file
Reference in New Issue
Block a user