We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aef0d2 commit e2fd365Copy full SHA for e2fd365
src/templates/Layout.js
@@ -71,15 +71,15 @@ class Layout extends React.Component {
71
componentDidMount() {
72
const user = store.get("tmc.user")
73
if (typeof window !== "undefined" && user) {
74
- if (canDoResearch()) {
75
- setTimeout(() => {
76
- this.removePheromones = Pheromones.init({
77
- apiUrl: "https://pheromones.mooc.fi/",
78
- username: user.username,
79
- submitAfter: 20,
80
- })
81
- }, 1000)
82
- }
+ // if (canDoResearch()) {
+ // setTimeout(() => {
+ // this.removePheromones = Pheromones.init({
+ // apiUrl: "https://pheromones.mooc.fi/",
+ // username: user.username,
+ // submitAfter: 20,
+ // })
+ // }, 1000)
+ // }
83
}
84
85
0 commit comments