summaryrefslogtreecommitdiff
path: root/www/js/NewsCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/NewsCtrl.js')
-rw-r--r--www/js/NewsCtrl.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/NewsCtrl.js b/www/js/NewsCtrl.js
index 1e84e535..86916c2e 100644
--- a/www/js/NewsCtrl.js
+++ b/www/js/NewsCtrl.js
@@ -104,6 +104,7 @@ angular.module('zmApp.controllers').controller('zmApp.NewsCtrl', ['$scope', '$ro
$scope.newsItems = [];
+ /*
$http.get(zm.blogUrl, {
responseType: 'text',
@@ -124,6 +125,6 @@ angular.module('zmApp.controllers').controller('zmApp.NewsCtrl', ['$scope', '$ro
});
}
- });
+ }); */
}]);