projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d9401e
)
SSL checkbox fix
author
Darren
<darren@darrenwhitlen.com>
Sat, 1 Oct 2011 20:06:19 +0000
(21:06 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sat, 1 Oct 2011 20:06:19 +0000
(21:06 +0100)
js/front.js
patch
|
blob
|
blame
|
history
diff --git
a/js/front.js
b/js/front.js
index a0b818987ba76fa2cd607a34b6bc6ae683ab8463..462831b28d7e62e41910cd7373efd4bbf613a697 100644
(file)
--- a/
js/front.js
+++ b/
js/front.js
@@
-90,7
+90,7
@@
kiwi.front = {
kiwi.front.ui.doLayout();
try {
- kiwi.front.run('/connect ' + netsel.val() + ' ' + netport.val() + ' ' + (netssl.
attr('
checked') ? 'true' : 'false') + ' ' + netpass.val());
+ kiwi.front.run('/connect ' + netsel.val() + ' ' + netport.val() + ' ' + (netssl.
is(':
checked') ? 'true' : 'false') + ' ' + netpass.val());
} catch (e) {
console.log(e);
}