projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6a6533
)
gateway logging
author
Darren
<darren@darrenwhitlen.com>
Fri, 30 Aug 2013 14:07:26 +0000
(15:07 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sun, 1 Sep 2013 13:18:21 +0000
(14:18 +0100)
client/assets/src/models/gateway.js
patch
|
blob
|
blame
|
history
diff --git
a/client/assets/src/models/gateway.js
b/client/assets/src/models/gateway.js
index b280294d978634443877eacbee4642244c463dde..292c86a21e930902f92939945443d84fb720df85 100644
(file)
--- a/
client/assets/src/models/gateway.js
+++ b/
client/assets/src/models/gateway.js
@@
-184,6
+184,8
@@
_kiwi.model.Gateway = function () {
// Reset the disconnect_requested flag
\r
that.disconnect_requested = false;
\r
\r
+ console.log("_kiwi.gateway.socket.on('open')");
\r
+
\r
callback && callback();
\r
});
\r
\r