This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository mum. See http://git.chorem.org/mum.git commit dca7d4d9899a638ad0ca6ab43636af1f6fa622c3 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Apr 9 18:36:39 2015 +0200 hostpage: removed useless function --- README | 2 +- static/js/controllers/hostPageCtrl.js | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README b/README index 23e3eca..757eed3 100644 --- a/README +++ b/README @@ -52,4 +52,4 @@ edit local configuration file remove database -Launch the server again: ./run.sh \ No newline at end of file +Launch the server again: ./run.sh location_of_local_conf_file \ No newline at end of file diff --git a/static/js/controllers/hostPageCtrl.js b/static/js/controllers/hostPageCtrl.js index aaba766..d8f8737 100644 --- a/static/js/controllers/hostPageCtrl.js +++ b/static/js/controllers/hostPageCtrl.js @@ -79,10 +79,6 @@ mumApp.controller('hostPageCtrl', function($scope, $rootScope, $route, $routePar $rootScope.$broadcast("sendViaWs", JSON.stringify({"CHECK_NOW": args})); }; - $scope.watch('model.custom_infos', function(){ - console.log($scope.model.custom_infos); - }) - $scope.get_addr_host = function(){ return($scope.addr_host); }; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.