We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b59b9a commit db74228Copy full SHA for db74228
2 files changed
public/crucial.js
@@ -22,7 +22,7 @@ const configurations = {
22
};
23
24
const configuration = "public";
25
-const version = "1.6.57"; // Big Update . Small Feature Release . Bug Fix
+const version = "1.6.58"; // Big Update . Small Feature Release . Bug Fix
26
const domain = "markifyapp.com";
27
28
let config = configurations[configuration];
public/modules/pages/app/lesson.js
@@ -592,7 +592,7 @@ modules["pages/app/lesson"] = class extends page {
592
setFrame("pages/app/join", null, { passParams: true });
593
}
594
595
- if (body.includes("tool") == true) {
+ if (body.hasOwnProperty("tool") == true) {
596
//await this.addPage(tool, tool, { });
597
598
break;
0 commit comments