tweaked the websocket error message, and finally commited something after a while ;)

This commit is contained in:
hamza zia 2013-06-22 21:04:37 +01:00
parent 3b893edfaa
commit 842b81c1bc
3 changed files with 1 additions and 2 deletions

View File

@ -20,5 +20,4 @@ angular.module('webui.ctrls.alert', [
scope.$digest();
});
}]);

View File

@ -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) {

0
ou Normal file
View File