Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed May 17, 2014
1 parent a853d70 commit b4b7130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/remoteprefs.js
Expand Up @@ -82,7 +82,7 @@ var ImpRemotePrefs = {
// event of some sort of data dump.
password: Base64.encode($F('remote_password')),
password_base64: true,
secure: ~~(!!($F('remote_secure') == 'yes'))
secure: ~~($F('remote_secure') == 'yes')
},
{
callback: this._autoconfigCallback.bind(this)
Expand Down

0 comments on commit b4b7130

Please sign in to comment.