Skip to content

Commit

Permalink
force login form
Browse files Browse the repository at this point in the history
- remove deprecated option
- related jsxc/jsxc#378
  • Loading branch information
sualko committed Oct 7, 2016
1 parent 7d8f2a0 commit bd9e25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ojsxc.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ $(function() {
form: '#body-login form',
jid: '#user',
pass: '#password',
attachIfFound: false,
ifFound: 'force',
onConnecting: (oc_config.version.match(/^([8-9]|[0-9]{2,})+\./))? 'quiet' : 'dialog'
},
logoutElement: $('#logout'),
Expand Down

0 comments on commit bd9e25e

Please sign in to comment.