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
e6492e28
Commit
e6492e28
authored
Jul 15, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't specify method
parent
09589150
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/templates/chatarea.html
src/templates/chatarea.html
+1
-1
src/templates/chatbox.html
src/templates/chatbox.html
+1
-1
No files found.
src/templates/chatarea.html
View file @
e6492e28
<div
class=
"chat-area"
>
<div
class=
"chat-content {[ if (show_send_button) { ]}chat-content-sendbutton{[ } ]}"
></div>
<div
class=
"new-msgs-indicator hidden"
>
▼ {{{ unread_msgs }}} ▼
</div>
<form
class=
"sendXMPPMessage"
action=
""
method=
"post"
>
<form
class=
"sendXMPPMessage"
>
{[ if (show_toolbar) { ]}
<ul
class=
"chat-toolbar no-text-select"
></ul>
{[ } ]}
...
...
src/templates/chatbox.html
View file @
e6492e28
...
...
@@ -16,7 +16,7 @@
<div
class=
"chat-content {[ if (show_send_button) { ]}chat-content-sendbutton{[ } ]}"
></div>
<div
class=
"new-msgs-indicator hidden"
>
▼ {{{ unread_msgs }}} ▼
</div>
{[ if (show_textarea) { ]}
<form
class=
"sendXMPPMessage"
action=
""
method=
"post"
>
<form
class=
"sendXMPPMessage"
>
{[ if (show_toolbar) { ]}
<ul
class=
"chat-toolbar no-text-select"
></ul>
{[ } ]}
...
...
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