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
0fefc55a
Commit
0fefc55a
authored
Aug 25, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGES.txt.
parent
d766a9f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
CHANGES.rst
CHANGES.rst
+2
-0
index.html
index.html
+2
-1
No files found.
CHANGES.rst
View file @
0fefc55a
...
@@ -13,6 +13,8 @@ Changelog
...
@@ -13,6 +13,8 @@ Changelog
- Add a debug option (logs to the browser console). [jcbrand]
- Add a debug option (logs to the browser console). [jcbrand]
- Use font icons from http://icomoon.io [jcbrand]
- Use font icons from http://icomoon.io [jcbrand]
- Added a static mockup to aid CSS/design process. [jcbrand]
- Added a static mockup to aid CSS/design process. [jcbrand]
- Save language codes with hyphens. Thanks to @seocam. [jcbrand]
- The combined and minified JS file now uses almond and not require.js. [jcbrand]
0.5.2 (2013-08-05)
0.5.2 (2013-08-05)
------------------
------------------
...
...
index.html
View file @
0fefc55a
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
href=
"stylesheets/stylesheet.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
href=
"stylesheets/stylesheet.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
href=
"converse.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
href=
"converse.css"
>
<script
data-main=
"main"
src=
"components/requirejs/require.js"
></script>
<script
data-main=
"main"
src=
"components/requirejs/require.js"
></script>
<!-- <script src="converse.min.js"></script>-->
<title>
Converse.js
</title>
<title>
Converse.js
</title>
</head>
</head>
...
@@ -167,7 +168,7 @@
...
@@ -167,7 +168,7 @@
prebind
:
false
,
prebind
:
false
,
show_controlbox_by_default
:
true
,
show_controlbox_by_default
:
true
,
xhr_user_search
:
false
,
xhr_user_search
:
false
,
debug
:
tru
e
debug
:
fals
e
});
});
});
});
</script>
</script>
...
...
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