Skip to content

Commit

Permalink
core: fix difference between master and 0.9 regarding z_stream_start.
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Nov 5, 2013
1 parent eeb43de commit ea642ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_base/lib/js/apps/zotonic-1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ function z_tinymce_remove(element)
/* Comet long poll or WebSockets connection
---------------------------------------------------------- */

function z_stream_start(host)
function z_stream_start(host, websocket_host)
{
z_stream_host = host;
z_websocket_host = websocket_host || window.location.host;
Expand Down

0 comments on commit ea642ff

Please sign in to comment.