projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69369f5
)
Firefox kiwiServer detection fix
author
Darren
<darren@darrenwhitlen.com>
Wed, 19 Sep 2012 00:29:13 +0000
(
01:29
+0100)
committer
Darren
<darren@darrenwhitlen.com>
Wed, 19 Sep 2012 00:29:13 +0000
(
01:29
+0100)
client_backbone/dev/model_application.js
patch
|
blob
|
blame
|
history
diff --git
a/client_backbone/dev/model_application.js
b/client_backbone/dev/model_application.js
index 4af03bab105c28dff4cf21be3c595eea8f0d47f5..73c871fb73b91baa24d59f3fd73466b0ebaa2136 100644
(file)
--- a/
client_backbone/dev/model_application.js
+++ b/
client_backbone/dev/model_application.js
@@
-78,7
+78,7
@@
kiwi.model.Application = Backbone.Model.extend(new (function () {
'https' :
\r
'http';
\r
\r
- this.kiwi_server = proto + '://' + window.location.host + ':' + (window.location.port || '80');
\r
+ this.kiwi_server = proto + '://' + window.location.host
name
+ ':' + (window.location.port || '80');
\r
}
\r
\r
};
\r