Browse Source

Update index.html

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

5
muk_web_client/static/description/index.html

@ -7,7 +7,7 @@
</div> </div>
</section> </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_row oe_spaced">
<div class="oe_picture"> <div class="oe_picture">
<h3 class="oe_slogan">Overview</h3> <h3 class="oe_slogan">Overview</h3>
@ -17,8 +17,6 @@
extend the web client and declare a new bus channel. extend the web client and declare a new bus channel.
</p> </p>
<p> <p>
Example:
</p>
<pre> <pre>
<code> <code>
var WebClient = require('web.WebClient'); var WebClient = require('web.WebClient');
@ -36,6 +34,7 @@ WebClient.include({
}); });
</code> </code>
</pre> </pre>
</p>
</div> </div>
</div> </div>
</section> </section>

Loading…
Cancel
Save