Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
4e599600
Commit
4e599600
authored
Feb 10, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop the .js
parent
e8dd75a1
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
demo/anonymous.html
demo/anonymous.html
+1
-1
demo/embedded.html
demo/embedded.html
+1
-1
demo/index.html
demo/index.html
+1
-1
demo/without_bundled_dependencies.html
demo/without_bundled_dependencies.html
+1
-1
No files found.
demo/anonymous.html
View file @
4e599600
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
Converse
.js
</h1>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
Converse
</h1>
<p
class=
"intro-text"
>
Anonymous login demo
</p>
<p
class=
"intro-text"
>
Anonymous login demo
</p>
</div>
</div>
</div>
</div>
...
...
demo/embedded.html
View file @
4e599600
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<h1
class=
"brand-heading brand-heading-embedded"
><a
style=
"color: white;"
href=
"/"
><i
class=
"icon-conversejs"
></i>
Converse
.js
</a></h1>
<h1
class=
"brand-heading brand-heading-embedded"
><a
style=
"color: white;"
href=
"/"
><i
class=
"icon-conversejs"
></i>
Converse
</a></h1>
<p
class=
"intro-text"
>
Embedded MUC chat demo
</p>
<p
class=
"intro-text"
>
Embedded MUC chat demo
</p>
<div
id=
"converse-embedded-chat"
></div>
<div
id=
"converse-embedded-chat"
></div>
...
...
demo/index.html
View file @
4e599600
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
<section
class=
"intro"
class=
"container"
>
<section
class=
"intro"
class=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
Converse
.js
</h1>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
Converse
</h1>
<div
class=
"col-md-8 col-md-offset-2"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<p
class=
"intro-text"
>
Demos:
</p>
<p
class=
"intro-text"
>
Demos:
</p>
<p
class=
"intro-text"
>
<p
class=
"intro-text"
>
...
...
demo/without_bundled_dependencies.html
View file @
4e599600
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
Converse
.js
</h1>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
Converse
</h1>
<p
class=
"intro-text"
>
An example page where external dependencies are loaded seperately and not within the converse.js bundle.
</p>
<p
class=
"intro-text"
>
An example page where external dependencies are loaded seperately and not within the converse.js bundle.
</p>
<p
class=
"intro-text"
>
Look at the page source for details.
</p>
<p
class=
"intro-text"
>
Look at the page source for details.
</p>
<p
class=
"intro-text"
>
For this page to work, you'll need to
<p
class=
"intro-text"
>
For this page to work, you'll need to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment