Browse Source

Update index.html

8.0
Mathias Markl 7 years ago
committed by GitHub
parent
commit
51e8404cdf
  1. 15
      muk_web_client/static/description/index.html

15
muk_web_client/static/description/index.html

@ -7,7 +7,7 @@
</div>
</section>
<section class="oe_container" style="padding-bottom: 70px;">
<section class="oe_container" style="padding-bottom: 60px;">
<div class="oe_row oe_spaced">
<div class="oe_picture">
<h3 class="oe_slogan">Overview</h3>
@ -17,10 +17,8 @@
extend the web client and declare a new bus channel.
</p>
<p>
Example:
</p>
<pre>
<code>
<pre>
<code>
var WebClient = require('web.WebClient');
var session = require('web.session');
@ -34,8 +32,9 @@ WebClient.include({
...
}
});
</code>
</pre>
</code>
</pre>
</p>
</div>
</div>
</section>
@ -52,4 +51,4 @@ WebClient.include({
</div>
<img src="logo.png" style="width: 200px; margin-bottom: 20px;"
class="center-block">
</section>
</section>
Loading…
Cancel
Save