Commit e974643a by François C.

Update Howto.md

parent 43ee1ad6
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
- In the JS code, use the following pattern (for example) : - In the JS code, use the following pattern (for example) :
``` ```
$(document).ready(function() { $(document).ready(function() {
if (coop_is_connected()) { 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