summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/build/app.js b/js/build/app.js
index a02ed64ef..e85814e71 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -1057,7 +1057,7 @@ app.factory('FeedResource', ["Resource", "$http", "BASE_URL", "$q", function (Re
FeedResource.prototype.create = function (url, folderId, title) {
url = url.trim();
if (!url.startsWith('http')) {
- url = 'http://' + url;
+ url = 'https://' + url;
}
if (title !== undefined) {
@@ -2333,7 +2333,7 @@ window.News = window.News || {};
return articleActionPluginsById[id];
};
-})(window, document, jQuery, News);
+})(window, document, jQuery, window.News);
app.run(["$document", "$rootScope", function ($document, $rootScope) {