Browse Source

Update index.html

8.0
Mathias Markl 7 years ago
committed by GitHub
parent
commit
c950556f94
  1. 16
      muk_web_client/static/description/index.html

16
muk_web_client/static/description/index.html

@ -7,11 +7,7 @@
</div> </div>
</section> </section>
<<<<<<< HEAD
<section class="oe_container" style="padding-bottom: 50px;"> <section class="oe_container" style="padding-bottom: 50px;">
=======
<section class="oe_container" style="padding-bottom: 60px;">
>>>>>>> branch '11.0' of https://github.com/muk-it/muk_web.git
<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>
@ -20,14 +16,8 @@
notifications. To add a channel listener to the client just notifications. To add a channel listener to the client just
extend the web client and declare a new bus channel. extend the web client and declare a new bus channel.
</p> </p>
<<<<<<< HEAD
<pre> <pre>
<code> <code>
=======
<p>
<pre>
<code>
>>>>>>> branch '11.0' of https://github.com/muk-it/muk_web.git
var WebClient = require('web.WebClient'); var WebClient = require('web.WebClient');
var session = require('web.session'); var session = require('web.session');
@ -41,14 +31,8 @@ WebClient.include({
... ...
} }
}); });
<<<<<<< HEAD
</code> </code>
</pre> </pre>
=======
</code>
</pre>
</p>
>>>>>>> branch '11.0' of https://github.com/muk-it/muk_web.git
</div> </div>
</div> </div>
</section> </section>

Loading…
Cancel
Save