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
d3a8032f
Commit
d3a8032f
authored
Mar 31, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #811. jQuery wasn't being closured in builds.
parent
898ad310
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
+12
-6
docs/CHANGES.md
docs/CHANGES.md
+10
-4
src/converse-core.js
src/converse-core.js
+1
-1
src/utils.js
src/utils.js
+1
-1
No files found.
docs/CHANGES.md
View file @
d3a8032f
...
...
@@ -5,12 +5,18 @@
-
#585 Duplicate contact created due to JID case sensivity [saganshul]
-
#628 Fixes the bug in displaying chat status during private chat. [saganshul]
-
#628 Changes the message displayed while typing from a different resource of the same user. [smitbose]
-
#675 Time format made configurable. [smitbose]
-
#682 Add "Send" button to input box in chat dialog window. [saganshul]
-
#704 Automatic fetching of registration form when
[
registration_domain
](
https://conversejs.org/
docs/html/configurations.html#registration-domain) is set. [smitbose]
-
#675 Time format made configurable.
See
[
time_format
](
https://conversejs.org/docs/html/configurations.html#time-format
)
[smitbose]
-
#682 Add "Send" button to input box in chat dialog window.
See
[
show_send_button
](
https://conversejs.org/docs/html/configurations.html#show-send-button
)
[saganshul]
-
#704 Automatic fetching of registration form when
[
registration_domain
](
https://conversejs.org/docs/html/configurations.html#registration-domain
)
is set. [smitbose]
-
#806 The
`_converse.listen`
API event listeners aren't triggered. [jcbrand]
-
#807 Error: Plugin "converse-dragresize" tried to override HeadlinesBoxView but it's not found. [jcbrand]
-
#811 jQuery wasn't being closured in builds. [jcbrand]
-
#820 Inconsistency in displaying room features. [jcbrand]
## 3.0.0 (2017-03-05)
...
...
src/converse-core.js
View file @
d3a8032f
...
...
@@ -7,7 +7,7 @@
/*global Backbone, define, window, document */
(
function
(
root
,
factory
)
{
define
([
"
sizzle
"
,
"
jquery
"
,
"
jquery
-private
"
,
"
lodash
"
,
"
polyfill
"
,
"
locales
"
,
...
...
src/utils.js
View file @
d3a8032f
/*global define, escape, locales, Jed */
(
function
(
root
,
factory
)
{
define
([
"
jquery
"
,
"
jquery
-private
"
,
"
jquery.browser
"
,
"
lodash
"
,
"
tpl!field
"
,
...
...
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