Commit e974643a by François C.

Update Howto.md

parent 43ee1ad6
Pipeline #1151 passed with stage
in 1 minute 24 seconds
......@@ -9,9 +9,9 @@
- In the JS code, use the following pattern (for example) :
```
$(document).ready(function() {
if (coop_is_connected()) {
.....
$(document).ready(function() {
if (coop_is_connected()) {
show content
}
}
}
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment