diff --git a/js/ctrls/alert.js b/js/ctrls/alert.js index e3ced7b..7d6d8d2 100644 --- a/js/ctrls/alert.js +++ b/js/ctrls/alert.js @@ -20,5 +20,4 @@ angular.module('webui.ctrls.alert', [ scope.$digest(); }); - }]); diff --git a/js/services/rpc/sockcall.js b/js/services/rpc/sockcall.js index 5c16519..3d2f9b1 100644 --- a/js/services/rpc/sockcall.js +++ b/js/services/rpc/sockcall.js @@ -28,7 +28,7 @@ function(_, JSON, name, utils, alerts) { _.each(sockRPC.handles, function(h) { h.error() }); sockRPC.handles = []; sockRPC.initialized = false; - alerts.log('Error while talking to aria2 over websocket'); + alerts.log('Cannot talk to aria2 over websocket, resorting to http requests'); }, onclose: function(ev) { diff --git a/ou b/ou new file mode 100644 index 0000000..e69de29