Browse Source

Don't open docs in new tab

JC Brand 10 years ago
parent
commit
d3eb6b431f
1 changed files with 2 additions and 3 deletions
  1. 2 3
      index.html

+ 2 - 3
index.html

@@ -60,7 +60,7 @@
                         <a href="https://github.com/jcbrand/converse.js/releases" class="button" target="_blank">Download</a>
                     </li>
                     <li class="page-scroll">
-                        <a href="/docs/html/index.html" target="_blank">Documentation</a>
+                        <a href="/docs/html/index.html">Documentation</a>
                     </li>
                 </ul>
             </div>
@@ -106,7 +106,7 @@
                 </p>
                 <p>
                     It's possible to enable single-site-login, whereby users already authenticated in your website will also automatically be logged in on the chat server.
-                    Please refer to the <strong><a target="_blank" href="/docs/html/index.html">documentation</a></strong> for more info.
+                    Please refer to the <strong><a href="/docs/html/index.html">documentation</a></strong> for more info.
                 </p>
             </div>
         </div>
@@ -255,7 +255,6 @@
 
         converse.initialize({
             bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
-            debug: false,
             i18n: locales['en'], // Refer to ./locale/locales.js to see which locales are supported
             keepalive: true,
             message_carbons: true,