educoreapp2 1.0.72 → 1.0.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,7 +37,6 @@ class Menu extends _react.Component {
|
|
37
37
|
}
|
38
38
|
}
|
39
39
|
renderNormal() {
|
40
|
-
console.log("NORMAL");
|
41
40
|
let TT = _educoreapp.Translate.getT(window.App.lang, "Edupanel", "alts");
|
42
41
|
const posNormal = "relative";
|
43
42
|
const displayNormal = "flex";
|
@@ -100,7 +99,6 @@ class Menu extends _react.Component {
|
|
100
99
|
}));
|
101
100
|
}
|
102
101
|
renderShort() {
|
103
|
-
console.log('AAAAAA sHORT');
|
104
102
|
let TT = _educoreapp.Translate.getT(window.App.lang, "Edupanel", "alts");
|
105
103
|
const posNormal = "relative";
|
106
104
|
const displayNormal = "flex";
|