summaryrefslogtreecommitdiff
path: root/www/js/NewsCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-10-30 13:37:56 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-10-30 13:37:56 -0400
commit4ffc9dc9963f24dfed6c6a13b7c10a8fef17c7c8 (patch)
treefb0fcf238631454bebee2d92cd40d29b4edd0332 /www/js/NewsCtrl.js
parent920301a1d601b9d3512c1f58031a8b79ee48c4a5 (diff)
take our news feed - medium 403s these days
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
});
}
- });
+ }); */
}]);