소스 검색

`require` is no longer used because we wrap our almond build

updates #805
JC Brand 8 년 전
부모
커밋
42f32e5c00
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      docs/source/quickstart.rst

+ 1 - 4
docs/source/quickstart.rst

@@ -44,13 +44,10 @@ bottom of your page (after the closing *</body>* element):
 .. code-block:: javascript
 
     <script>
-    require(['converse'], function (converse) {
         converse.initialize({
             bosh_service_url: 'https://bind.conversejs.org', // Please use this connection manager only for testing purposes
-            show_controlbox_by_default: true,
-            play_sounds: true,
+            show_controlbox_by_default: true
         });
-    });
     </script>
 
 The `index.html <https://github.com/jcbrand/converse.js/blob/master/index.html>`_ file inside the