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
cbf96177
Commit
cbf96177
authored
Dec 19, 2016
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix selector for cancel button.
parent
a95fbcc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
docs/CHANGES.md
docs/CHANGES.md
+2
-0
src/converse-register.js
src/converse-register.js
+1
-1
No files found.
docs/CHANGES.md
View file @
cbf96177
...
...
@@ -2,6 +2,8 @@
## 2.0.5
-
#755: create composer.json to add this project in packagist.org [fabiomontefuscolo]
-
Bugfix. Cancel button shown while registration form is being fetched wasn't working
properly. [jcbrand]
## 2.0.4 (2016-12-13)
-
#737: Bugfix. Translations weren't being applied. [jcbrand]
...
...
src/converse-register.js
View file @
cbf96177
...
...
@@ -235,7 +235,7 @@
cancel
:
__
(
'
Cancel
'
),
info_message
:
__
(
'
Requesting a registration form from the XMPP server
'
)
}));
$form
.
find
(
'
button.cancel
'
).
on
(
'
click
'
,
this
.
cancelRegistration
.
bind
(
this
));
$form
.
find
(
'
button.
button-
cancel
'
).
on
(
'
click
'
,
this
.
cancelRegistration
.
bind
(
this
));
this
.
reset
({
domain
:
Strophe
.
getDomainFromJid
(
domain
),
_registering
:
true
...
...
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