diff --git a/static/js/com.podnoms.realtime.js b/static/js/com.podnoms.realtime.js index 50e3850..4ca02aa 100644 --- a/static/js/com.podnoms.realtime.js +++ b/static/js/com.podnoms.realtime.js @@ -29,10 +29,10 @@ socket.on('reconnecting', function () { }); socket.on('error', function (e) { - message('System', e ? e : 'A unknown error occurred'); + message('System', e ? e : 'An unknown error occurred'); }); function message (from, msg) { - alert(msg); + console.log(msg); $('#lines').append($('

').append($('').text(from), msg)); } diff --git a/templates/base.html b/templates/base.html index a0f21f3..f4a5975 100644 --- a/templates/base.html +++ b/templates/base.html @@ -93,7 +93,6 @@ - @@ -101,7 +100,6 @@ -