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
fb8ccc1f
Commit
fb8ccc1f
authored
Nov 14, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use non-minified resources
parent
ab5dd4a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
fullscreen.html
fullscreen.html
+2
-2
index.html
index.html
+2
-2
No files found.
fullscreen.html
View file @
fb8ccc1f
...
...
@@ -7,10 +7,10 @@
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"css/images/favicon.ico"
/>
<script
type=
"text/javascript"
src=
"inverse-analytics.js"
></script>
<noscript><p><img
src=
"//stats.opkode.com/piwik.php?idsite=5"
style=
"border:0;"
alt=
""
/></p></noscript>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/converse.
min.
css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/converse.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/fullpage.css"
/>
<script
src=
"3rdparty/libsignal-protocol.js"
></script>
<script
src=
"dist/converse.
min.
js"
></script>
<script
src=
"dist/converse.js"
></script>
</head>
<body
class=
"reset"
>
<div
class=
"converse-content"
style=
"display:none"
>
...
...
index.html
View file @
fb8ccc1f
...
...
@@ -20,8 +20,8 @@
<
![
if
gte
IE
11
]
>
<script
src=
"3rdparty/libsignal-protocol.js"
></script>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/converse.
min.
css"
/>
<script
src=
"dist/converse.
min.
js"
></script>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/converse.css"
/>
<script
src=
"dist/converse.js"
></script>
<
![
endif
]
>
</head>
...
...
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